Exam 6: Additional Database Objects
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
An index can be created with the ____________________ INDEX command.
(Short Answer)
4.8/5
(38)
The USER_INDEXES data dictionary view can be used to verify existing indexes. _________________________
(True/False)
4.9/5
(34)
A(n) ____________________ synonym is an alternate name that can be referenced by all users.
(Short Answer)
4.8/5
(41)
The ____________________ view can be used to verify the existence of an index owned by a user.
(Short Answer)
4.8/5
(31)
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.8/5
(45)
Which option is used to have Oracle11g pre-generate a set of values and store those values in the server's memory?
(Multiple Choice)
4.8/5
(26)
The NEXTVALUE pseudocolumn is used to actually generate the next value in a sequence.
(True/False)
4.8/5
(39)
A function-based index can be created based on which of the following?
(Multiple Choice)
4.8/5
(43)
Which of the following commands can be used to remove a sequence from a database?
(Multiple Choice)
4.9/5
(31)
After the highest possible value for a sequence has been reached, previous values can be reused if the NOCYCLE option has been specified.
(True/False)
4.8/5
(43)
The data dictionary view displays information about all the relevant objects owned by the user. _________________________
(True/False)
4.7/5
(33)
Which command will create a sequence named NEWSEQUENCE to generate a series of integers?
(Multiple Choice)
4.9/5
(47)
The last value generated by a sequence is stored in the ____ pseudocolumn.
(Multiple Choice)
4.8/5
(36)
Which of the following commands is used to create a function-based index?
(Multiple Choice)
4.7/5
(30)
Which of the following keywords is used to actually generate a sequence value?
(Multiple Choice)
4.7/5
(33)
When working with cached sequence values, which of the following is correct?
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)