ODBC minimum SQL grammar contains which of the following? Stored Procedures only Literals for date, time and timestamp only INSERT, UPDATE, DELETE only CREATE VIEW, DROP VIEW only TRUE ANSWER : ? YOUR ANSWER : ?
An application that uses the ODBC interface could process any database that is ODBC-compliant without any program coding changes. True False TRUE ANSWER : ? YOUR ANSWER : ?
A OLE DB collection is an object that contains a group of other objects. True False TRUE ANSWER : ? YOUR ANSWER : ?
OLE DB has two types of data providers: tabular data providers and service providers. True False TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC Level 1 API contains which of the following functions? Both 1 and 3 above are in the OBDC Level 1 API Browse possible connections and data sources only Connect to data sources with driver-specific information only Process a scrollable cursor only TRUE ANSWER : ? YOUR ANSWER : ?
The driver manager processes ODBC requests and submits specific SQL statements to a given type of data source. True False TRUE ANSWER : ? YOUR ANSWER : ?
ODBC core SQL grammar contains which of the following?: Both 1 and 3 above are contained in the ODBC core SQL. Stored procedures only INSERT, UPDATE, DELETE only Full SELECT (includes subqueries) only TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a tabular data provider: transforms data through ODE DB interfaces. is both a consumer and a provider of data. does not own data. exposes data via rowsets. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following are goals of OLE DB? Object interface over any type of data only. All of these Increase flexibility only. Create object interfaces for DBMS functionality pieces only. TRUE ANSWER : ? YOUR ANSWER : ?
The process of defining a system data source name involves specifying the type of driver and the identity of the database to be processed. False True TRUE ANSWER : ? YOUR ANSWER : ?