Which of the following is a task performed by the driver according to the ODBC standard? Select one: a. Determines the appropriate DBMS b. Converts the data source into an SQL-compliant data structure c. Validates the format of the ODBC command received from the application d. Verifies the application to the data source e. Converts data source error codes into ODBC standard error codes Additional DBA responsibilities do not include ________. Select one: a. controlling database configuration b. requests of changes to existing systems c. maintaining appropriate documentation d. editing E-R diagrams e. problem and error reporting The recovery technique in which the database is returned to a known state and then all valid transactions are reapplied to the database is known as ________. Select one: a. rollforward b. transaction logging c. reprocessing d. checkpointing e. rollback Which of the following is the correct technique for representing a 1:N relationship in the relational model? Select one: a. The key of the child is placed into the relation of the parent. b. The key of the entity on the many side is placed into the relation for the entity on the one side. c. The key of either relation can be placed into the other relation. d. An intersection relation is created, and the keys from both parent entities are placed as keys in the intersection relation. e. The key of the entity on the one side is placed into the relation for the entity on the many side. In the Entity-Relationship data model, all instances of an entity of a given type are grouped into ________. Select one: a. identifiers b. class objects c. entity classes d. entity attributes e. entity objects In a 1:1 relationship, a single entity instance of one type is related to a single entity instance of the same or another type. Select one: True False The TOP built-in function in SQL is used to find the maximum value in a numeric column. Select one: True False Which SQL keyword is used to eliminate duplicate rows in the results of an SQL SELECT query? Select one: a. ORDER BY b. REDUCE c. UNIQUE d. SORT e. DISTINCT Ensuring that every value of a foreign key matches a value of the corresponding primary key is an example of a referential integrity constraint. Select one: True False Which of the following is true about a relation? Select one: a. A relation may have duplicate rows. b. The order of the columns in a relation must go from largest to smallest. c. A relation may have multiple names. d. A relation may have duplicate column names. e. All entries in any column must be of the same kind.
Which of the following is a task performed by the driver according to the ODBC standard?
Additional DBA responsibilities do not include ________.
The recovery technique in which the database is returned to a known state and then all valid transactions are reapplied to the database is known as ________.
Which of the following is the correct technique for representing a 1:N relationship in the relational model?
In the Entity-Relationship data model, all instances of an entity of a given type are grouped into ________.
In a 1:1 relationship, a single entity instance of one type is related to a single entity instance of the same or another type.
The TOP built-in function in SQL is used to find the maximum value in a numeric column.
Which SQL keyword is used to eliminate duplicate rows in the results of an SQL SELECT query?
Ensuring that every value of a foreign key matches a value of the corresponding primary key is an example of a referential integrity constraint.
Which of the following is true about a relation?
Trending now
This is a popular solution!
Step by step
Solved in 3 steps