ODBC, OLE DB, ADO, and ASP – General Questions

1. ODBC minimum SQL grammar contains which of the following?

A. INSERT, UPDATE, DELETE only
B. Stored Procedures only
C. Literals for date, time and timestamp only
D. CREATE VIEW, DROP VIEW only

Correct Answer:  A. INSERT, UPDATE, DELETE only

2. When using ODBC, which of the following processes ODBC requests and submits specific SQL statements to a given type of data source?

A. Data source
B. Driver
C. Driver manager
D. DBMS

Correct Answer:  B. Driver

3. The ODBC core API consists of which of the following functions?

A. Commit or rollback transactions only
B. Connect to data sources with driver-specific information only
C. Connect to data sources only
D. Both 1 and 3 above are in the OBDC core API.

Correct Answer:  D. Both 1 and 3 above are in the OBDC core API.

4. ________ is a simple object model that is easier to understand and use than OLE DB, and is frequently used for database applications.

A. ASP
B. XML
C. ODBC
D. ADO

Correct Answer:  D. ADO

5. ODBC core SQL grammar contains which of the following?:

A. INSERT, UPDATE, DELETE only
B. Stored procedures only
C. Full SELECT (includes subqueries) only
D. Both 1 and 3 above are contained in the ODBC core SQL.

Correct Answer:  D. Both 1 and 3 above are contained in the ODBC core SQL.

Leave A Comment?

ten + twenty =