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
If a column contains a large number of NULL values,a(n)____________________ can quickly help determine the rows that contain NULL values and those that do not.
(Short Answer)
4.8/5
(37)
The default beginning value for a sequence is one._________________________
(True/False)
4.8/5
(40)
Which option is used to have Oracle12c pre-generate a set of values and store those values in the server's memory?
(Multiple Choice)
4.9/5
(37)
The USER_INDEXES data dictionary view can be used to verify existing indexes.
(True/False)
4.8/5
(36)
An _________________________ is a variant of the B-tree index structure and is used as an alternative to the conventional heap-organized table.
(Short Answer)
4.7/5
(23)
Which of the following can be used to provide an alternative,simplified name,to identify database objects?
(Multiple Choice)
4.9/5
(31)
The lowest possible value for an increasing sequence is 1._________________________
(True/False)
4.7/5
(40)
A(n)____________________ can be used to generate values for a column designated as the primary key for a table.
(Short Answer)
4.8/5
(37)
An index is not implicitly created when which type of constraint is created?
(Multiple Choice)
4.8/5
(35)
When a positive value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command,numeric values are generated in ascending order._________________________
(True/False)
4.8/5
(29)
The ____ clause is used to specify the interval between two sequential values.
(Multiple Choice)
4.9/5
(35)
The keyword ____________________ must be used in a CREATE INDEX command to create a Bitmap index.
(Short Answer)
4.9/5
(36)
The ____________________ clause of the CREATE SEQUENCE command is used to identify the starting value for a sequence.
(Short Answer)
4.8/5
(33)
Which command will create a sequence named NEWSEQUENCE to generate a series of integers?
(Multiple Choice)
4.8/5
(34)
The CURRVAL pseudocolumn is used to generate the next value in a sequence._________________________
(True/False)
4.8/5
(32)
How can an organization use a sequence for internal control purposes?
(Essay)
4.8/5
(34)
A(n)____________________ synonym is an alternate name that can be referenced by all users.
(Short Answer)
4.9/5
(39)
A function-based index can be used for queries that include searches based upon arithmetic expressions or functions.
(True/False)
5.0/5
(26)
Showing 41 - 60 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)