Question: What will be the effect if we call deleteRow() method on a ResultSet object? (a) The row pointed to by the cursor is deleted from
What will be the effect if we call deleteRow() method on a ResultSet object?
(a) The row pointed to by the cursor is deleted from the ResultSet, but not from the database.
(b) The row pointed to by the cursor is deleted from the ResultSet and from the database.
(c) The row pointed to by the cursor is deleted from the database, but not from the ResultSet.
(d) None of the above
Step by Step Solution
3.43 Rating (162 Votes )
There are 3 Steps involved in it
b The row pointed ... View full answer
Get step-by-step solutions from verified subject matter experts
