ODBC core SQL grammar contains which of the following?: Stored procedures only INSERT, UPDATE, DELETE only Both 1 and 3 above are contained in the ODBC core SQL. Full SELECT (includes subqueries) only TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC Level 2 API contains which the following functions? Connect to data sources with driver-specific information only Commit or rollback transactions only Connect to data sources only All of these TRUE ANSWER : ? YOUR ANSWER : ?
ODBC conformance levels specify which SQL statements, expressions, and data types a driver can process. False True TRUE ANSWER : ? YOUR ANSWER : ?
Users of OLE DB functionality are referred to as data providers. False True TRUE ANSWER : ? YOUR ANSWER : ?
In ODBC, a file that can be shared among database users is called a: user data source. file data source. SQL text file. system data source. TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC Level 1 API contains which of the following functions? Browse possible connections and data sources only Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC Level 1 API Process a scrollable cursor only TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, actions that an object can perform are called: properties. collections. methods. abstractions. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following are goals of OLE DB? Increase flexibility only. All of these Create object interfaces for DBMS functionality pieces only. Object interface over any type of data only. TRUE ANSWER : ? YOUR ANSWER : ?
ODBC identifies two types of drivers: single tier and multiple-tier. True False TRUE ANSWER : ? YOUR ANSWER : ?
ODBC is a foundation of data access in the specifically Microsoft world. True False TRUE ANSWER : ? YOUR ANSWER : ?