What will be the effect if we call deleteRow() method on a ResultSet object? (a) The row

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 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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: