Multiple choice

Using which of the following interfaces can applications execute SQL statements, retrieve results and propagate changes back to an underlying data source?

  1. JDBC API

  2. JDBC driver manager

  3. JDBC-ODBC bridge

  4. JDBC URL

  5. ExecuteQuery()

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

Using the JDBC API, applications can execute SQL statements, retrieve results and propagate changes back to an underlying data source.