Home / CSE / Database System 2 - CS :: ODBC, OLE DB, ADO, and ASP

CSE :: Database System 2 - CS

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

  2. A.

     INSERT, UPDATE, DELETE only

    B.

     Stored Procedures only

    C.

     Literals for date, time and timestamp only

    D.

     CREATE VIEW, DROP VIEW only


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

  4. A.

     Data source

    B.

     Driver

    C.

     Driver manager

    D.

     DBMS


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

  6. 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


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

  8. A.

     ASP

    B.

     XML

    C.

     ODBC

    D.

     ADO


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

  10. 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.


  11. ________ is considered to be one of the foundations of data access in the Microsoft world.

  12. A.

     ODBC

    B.

     OLE DB

    C.

     JPCD

    D.

     ADO


  13. ________ is an interface by which application programs can access and process SQL databases in a DBMS-independent manner.

  14. A.

     ODBC

    B.

     OLE DB

    C.

     JPCD

    D.

     ADO


  15. Which of the following are goals of OLE DB?

  16. A.

     Create object interfaces for DBMS functionality pieces only.

    B.

     Increase flexibility only.

    C.

     Object interface over any type of data only.

    D.

     All of the above as goals of OLE DB.


  17. An ODBC data structure that identifies a database and the DBMS that processes it is called a(n):

  18. A.

     data source.

    B.

     driver manager.

    C.

     driver.

    D.

     API.


  19. In OLE DB, actions that an object can perform are called:

  20. A.

     properties.

    B.

     collections.

    C.

     methods.

    D.

     abstractions.