Examlex

Solved

What Type of JDBC Driver Translates JDBC Calls into DBMS-Independent

question 164

Multiple Choice

What type of JDBC driver translates JDBC calls into DBMS-independent network protocols?


Definitions:

Object-oriented

A programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures, making software design more modular.

Relational

Pertaining to databases in which data is organically structured in table form, emphasizing relations between different entities and variables.

Referential Integrity

In a relational database, a condition where, for each value in the foreign key table, there’s a corresponding value in the primary key table.

Foreign Key

In a relational database, the common field between tables that’s not the primary key.

Related Questions