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
Which options are used in application cluster environments where multiple users may be requesting sequence values at the same time?
(Multiple Choice)
5.0/5
(37)
Which of the following can be used to provide an alternative, simplified name, to identify database objects?
(Multiple Choice)
4.7/5
(30)
The USER_INDEXES data dictionary view can be used to verify existing indexes.
(True/False)
4.8/5
(41)
An explicitly created index can be dropped with the DROP INDEX command.
(True/False)
4.8/5
(35)
The USER_SEQUENCES view of the data dictionary can be used to determine the current values and settings for a sequence.
(True/False)
4.8/5
(29)
The keyword ____________________ must be used in a CREATE INDEX command to create a Bitmap index.
(Short Answer)
4.9/5
(41)
Which of the following SQL statements will delete the private synonym named MYSYNON?
(Multiple Choice)
4.7/5
(35)
The option can be used to have a sequence pre-generate a set of numbers before they are requested by a user. _________________________
(True/False)
4.9/5
(33)
The BY setting for a sequence cannot be changed with the ALTER SEQUENCE command. _________________________
(True/False)
4.8/5
(39)
When a positive value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command, numeric values are generated in order. _________________________
(True/False)
4.8/5
(40)
Structure of the CUSTOMERS table
-Which of the following commands can be used to create a sequence for the CUSTOMERS table?

(Multiple Choice)
4.8/5
(39)
The USER_SEQ data dictionary view can be used to verify sequence settings. _________________________
(True/False)
4.7/5
(39)
A(n) ____________________ can be used to quickly locate specific records in a large table.
(Short Answer)
4.9/5
(37)
By default, the lowest value that can be generated by a sequence is 0.
(True/False)
4.8/5
(31)
When a sequence is created for internal control purposes, the values should not be cached otherwise gaps may appear in the sequence.
(True/False)
4.9/5
(35)
The START WITH clause is used to identify the starting numeric value for a synonym.
(True/False)
4.8/5
(32)
To create a PUBLIC synonym, the keyword must be used in the CREATE SYNONYM command. _________________________
(True/False)
4.8/5
(34)
The ____________________ clause of the CREATE SEQUENCE command is used to identify the starting value for a sequence.
(Short Answer)
4.7/5
(25)
Both a minimum and maximum value can be defined for a(n) . _________________________
(True/False)
4.8/5
(38)
Showing 101 - 120 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)