ODBC stands for Open Database Connectivity
-
True
-
False
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
ODBC does stand for Open Database Connectivity, a standard API for accessing database management systems. It allows applications to communicate with different databases using a common interface, regardless of the underlying database system.
AI explanation
ODBC stands for Open Database Connectivity, a standard API that lets applications access data from different database management systems using a common set of functions, regardless of the underlying database engine. This abstraction is what made ODBC widely adopted for cross-database application development.