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
Which options are used in application cluster environments where multiple users may be requesting sequence values at the same time?
(Multiple Choice)
4.9/5
(32)
Which of the following statements about NEXTVAL and CURRVAL is incorrect?
(Multiple Choice)
4.8/5
(33)
Which of the following is a valid SQL statement when referencing a sequence?
(Multiple Choice)
5.0/5
(30)
A(n)____ synonym is used by others to access an individual's database objects.
(Multiple Choice)
5.0/5
(38)
Which of the following commands is used to create a function-based index?
(Multiple Choice)
4.9/5
(42)
The ____________________ pseudocolumn is used to generate the next sequence value.
(Short Answer)
4.9/5
(32)
The USER_SEQ data dictionary view can be used to verify sequence settings._________________________
(True/False)
4.7/5
(37)
Sequence settings can be altered using the ALTER SEQUENCE command._________________________
(True/False)
4.9/5
(34)
The USER_SEQUENCES view of the data dictionary can be used to determine the current values and settings for a sequence.
(True/False)
4.9/5
(35)
A synonym can be created for any database object such as a table or sequence.
(True/False)
5.0/5
(30)
Which of the following statements about indexes is incorrect?
(Multiple Choice)
4.9/5
(27)
To remove a PUBLIC synonym,you must include the ____ keyword in the DROP command.
(Multiple Choice)
4.9/5
(29)
A(n)____________________ can be used for internal control purposes by generating a series of numbers.
(Short Answer)
4.9/5
(36)
The GENERATE option can be used to have a sequence pre-generate a set of numbers before they are requested by a user._________________________
(True/False)
4.8/5
(34)
Which of the following is used to establish a minimum or maximum value,respectively,for a sequence?
(Multiple Choice)
4.9/5
(37)
Showing 101 - 120 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)