Correct Answer
verified
Multiple Choice
A) data types, indexes, and system catalogs
B) foreign keys, qualifiers, and naming conventions
C) user privileges, data types, and legal values
D) primary keys, foreign keys, and legal values
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Essay
Correct Answer
verified
View Answer
True/False
Correct Answer
verified
Multiple Choice
A) super
B) sibling
C) parent
D) child
Correct Answer
verified
Multiple Choice
A) SYSTABLES
B) DBA_TAB_COLUMNS
C) COLUMNS
D) USER_OBJECTS
Correct Answer
verified
Multiple Choice
A) AC
B) SA
C) AS
D) IN
Correct Answer
verified
Multiple Choice
A) statistics calculated from base tables
B) a base table's primary key
C) more than five columns
D) data from more than one base table
Correct Answer
verified
Multiple Choice
A) row-column
B) foreign key
C) primary key
D) index
Correct Answer
verified
Multiple Choice
A) DROP
B) REMOVE
C) REVOKE
D) CANCEL
Correct Answer
verified
Multiple Choice
A) WRITE
B) UPDATE
C) ALTER
D) MODIFY
Correct Answer
verified
Multiple Choice
A) A view can join two or more tables and/or involve statistics.
B) A view is a temporary table the DBMS creates in response to a query.
C) A query of a view is executed in the form in which the user enters it.
D) The column names in a view must match those in the base table(s) .
Correct Answer
verified
Multiple Choice
A) The DBMS will reject updates to the ORDERS table with CLIENT_ID values missing from the CLIENT table.
B) The DBMS will reject the insertion of rows that have different primary keys but are otherwise identical into the ORDERS table.
C) The DBMS will reject updates to the CLIENT table with CLIENT_ID values missing from the ORDERS table.
D) The DBMS will ensure that only legal values are entered into the CLIENT_ID column in the ORDERS table.
Correct Answer
verified
Multiple Choice
A) involves complexities that are not managed directly by most DBMSs
B) can be essential to the retrieval performance of very large database
C) must be created at the same time as the database
D) provides significant benefits for databases of all sizes
Correct Answer
verified
Multiple Choice
A) transaction
B) view
C) catalog
D) index
Correct Answer
verified
Multiple Choice
A) system database
B) data dictionary
C) master data table
D) transaction database
Correct Answer
verified
Multiple Choice
A) maintain the integrity of the data stored in tables
B) reduce the database's storage (memory) requirements
C) avoid searching through every row in a table with every query
D) grant and/or revoke privileges for certain actions to users
Correct Answer
verified
Multiple Choice
A) SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE (TABLE_SCHEMA = 'ELPATRON') ;
B) SELECT * FROM INFORMATION_SCHEMA.VIEWS WHERE (TABLE_SCHEMA = 'ELPATRON') ;
C) SELECT * FROM USER_OBJECTS 'ELPATRON';
D) SHOW TABLES WHERE TABLE_SCHEMA = ELPATRON;
Correct Answer
verified
Multiple Choice
A) WHERE
B) REFERENCES
C) FROM
D) IN
Correct Answer
verified
Showing 1 - 20 of 35
Related Exams