Multiple choice

Which of the following contains all the rows, which satisfies the conditions in an SQL statements and provides access to the data in those rows through a set of get methods?

  1. Connection object

  2. JDBC URL

  3. Cursor

  4. Column

  5. ResultSet

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

It contains all the rows which satisfied the condition in a SQL statement, and it provides access to the data in those rows through a set of get methods.