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
The USER_INDEXES data dictionary view can be used to verify existing indexes.________________________
(True/False)
5.0/5
(36)
After a value is generated,it is stored in the ____________________ pseudocolumn so it can be referenced again by a user.
(Short Answer)
4.7/5
(34)
Which of the following can be created so other users will not need to prefix a table owned by user Jeff with his schema name?
(Multiple Choice)
4.8/5
(31)
A(n)index can be used to quickly determine whether a value already exists in a specific column._________________________
(True/False)
4.8/5
(33)
To create a PUBLIC synonym,the PUBLIC keyword must be used in the CREATE SYNONYM command._________________________
(True/False)
4.9/5
(29)
Even if you created a PUBLIC synonym,you must have ____________________ privileges to delete a PUBLIC synonym.
(Short Answer)
4.9/5
(27)
Structure of the BOOKS table
-Which of the following is not a valid statement concerning identity columns.

(Multiple Choice)
4.9/5
(40)
The ____________________ SYNONYM command is used to permanently remove a synonym from a database
(Short Answer)
4.8/5
(33)
To change the starting value for a sequence,the sequence must be dropped and then re-created.
(True/False)
4.9/5
(37)
The NEXTVALUE pseudocolumn is used to actually generate the next value in a sequence.
(True/False)
4.9/5
(31)
A(n)____________________ synonym can be referenced by other database users.
(Short Answer)
4.8/5
(33)
The ____________________ option of a sequence indicates that a set of values are to be pre-generated by the sequence rather than wait for a user request.
(Short Answer)
4.9/5
(33)
If the PUBLIC keyword is not included when a synonym is created,the command will create a(n)____ synonym,by default.
(Multiple Choice)
4.7/5
(37)
An index can be created with the ____________________ INDEX command.
(Short Answer)
4.7/5
(36)
If the minimum value for a sequence is not specified,then NOMINVALUE will be assumed as the default.
(True/False)
4.9/5
(30)
A database index allows users and application programs to quickly locate specific records.
(True/False)
4.9/5
(30)
The INCREMENT BY setting for a sequence cannot be changed with the ALTER SEQUENCE command._________________________
(True/False)
4.8/5
(34)
Showing 81 - 100 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)