Multiple choice

Which of the following manages to access any data from any application by inserting a middle layer, called a driver, between an application and the DBMS?

  1. JDBC

  2. JDBC driver manager

  3. ODBC

  4. The JDBC URL

  5. executeUpdate()

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

ODBC manages to access any data from any application by inserting a middle layer, called a driver, between an application and the DBMS.