Exam 6: Additional Database Objects
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
An index is implicitly created when a NOT NULL constraint is added to a table.
(True/False)
4.9/5
(33)
Using an identity column is particularly suited to use for a primary key when only random values are needed to uniquely identify rows.
(True/False)
4.7/5
(30)
Structure of the CUSTOMERS table
-Which of the following commands can be used to create a sequence for the CUSTOMERS table?

(Multiple Choice)
4.7/5
(25)
The starting value for a sequence cannot be changed using the ____________________ SEQUENCE command.
(Short Answer)
4.8/5
(28)
The CYCLE option prevents a sequence from regenerating previous values._________________________
(True/False)
4.7/5
(41)
Indexes are usually created for frequently referenced or searched columns._________________________
(True/False)
4.8/5
(42)
Which of the following keywords is used to actually generate a sequence value?
(Multiple Choice)
4.7/5
(40)
The last value generated by a sequence is stored in the ____ pseudocolumn.
(Multiple Choice)
4.9/5
(32)
Structure of the BOOKS table
-Which of the following methods is not used in an INSERT statement to enable the use of a DEFAULT sequence value defined for a column?

(Multiple Choice)
4.7/5
(37)
The ____________________ view can be used to verify the existence of an index owned by a user.
(Short Answer)
4.8/5
(30)
The USER_ALL data dictionary view displays information about all the relevant objects owned by the user._________________________
(True/False)
4.8/5
(30)
Which of the following commands can be used to modify an index?
(Multiple Choice)
4.9/5
(35)
A(n)sequencecan be used to generate a series of numeric values._________________________
(True/False)
4.9/5
(34)
If the last values generated by a sequence were 277 and 278,which of the following changes cannot be initiated by the ALTER SEQUENCE command?
(Multiple Choice)
4.9/5
(34)
A(n)synonym is a collection of objects._________________________
(True/False)
4.9/5
(33)
Structure of the BOOKS table
-Based on the structure of the BOOKS table,which of the following is a valid SQL statement?

(Multiple Choice)
4.8/5
(34)
Which of the following commands can be used to remove a sequence from a database?
(Multiple Choice)
4.8/5
(29)
An index is implicitly created whenever a(n)CHECK constraint is created for a table column._________________________
(True/False)
4.8/5
(34)
Showing 121 - 138 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)