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
Structure of the CUSTOMERS table
-Based on the structure of the CUSTOMERS table,which of the following is a valid SQL statement?

(Multiple Choice)
4.8/5
(32)
A DEFAULT sequence value will override any value provided for the column in an INSERT statement.
(True/False)
4.9/5
(26)
A large table containing a particular column that is frequently referenced by a WHERE clause would probably benefit from a(n)sequence._________________________
(True/False)
4.9/5
(34)
When a positive value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command,numeric values are generated in descending order.
(True/False)
4.8/5
(31)
The ____________________ option is used to indicate that the values assigned by a sequence can be used after the maximum value is reached.
(Short Answer)
4.9/5
(37)
Both a minimum and maximum value can be defined for a(n)sequence._________________________
(True/False)
4.8/5
(27)
The ____________________ clause is used to indicate the interval that must exist between two values generated in a sequence.
(Short Answer)
4.7/5
(32)
Indexes can speed up row retrieval,but can slow down ____________________ operations because the index must also be updated.
(Short Answer)
4.8/5
(32)
A Bitmap index is useful for improving queries on columns that have low cardinality.
(True/False)
4.8/5
(22)
A NEXTVAL call generates the sequence value of 5.After the value is generated,what value will be stored in CURRVAL?
(Multiple Choice)
4.9/5
(31)
A negative number can be assigned to the ____ clause to generate sequential numbers in decreasing order.
(Multiple Choice)
4.9/5
(35)
A sequence can be deleted from the database using the DROP SEQUENCE command._________________________
(True/False)
4.8/5
(41)
A synonym is an alternate name assigned to database instances._________________________
(True/False)
4.8/5
(35)
How does an Index Organized table differ from a standard table and a typical index?
(Essay)
4.8/5
(35)
The ____________________ index structure can be particularly beneficial in queries involving compound conditions (AND and OR operator usage).
(Short Answer)
4.8/5
(35)
A function-based index can be created based on which of the following?
(Multiple Choice)
4.7/5
(22)
If a sequence is set to pre-generate sequential values,____ values will be generated at one time by default.
(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)