Question: Consider the three methods execute(), executeQuery(), and executeUpdate(). Fill in the blanks: _______ of these methods is/are allowed to run a DELETE SQL statement while
Consider the three methods execute(), executeQuery(), and executeUpdate().
Fill in the blanks: _______ of these methods is/are allowed to run a DELETE SQL statement while ________ of these methods is/are allowed to run an UPDATE SQL statement.
A. None, one
B. One, none
C. One, one
D. One, two
E. Two, two
F. Three, three
Step by Step Solution
3.54 Rating (161 Votes )
There are 3 Steps involved in it
The answer is E Two two Explanation In the context of JDBC Java Database Connectivity there are thre... View full answer
Get step-by-step solutions from verified subject matter experts
