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
The ____________________ clause identifies the lowest value a sequence can generate.
(Short Answer)
4.7/5
(34)
Structure of the BOOKS table
-Based on the structure of the BOOKS table, which of the following is a valid SQL statement?

(Multiple Choice)
4.8/5
(44)
The default value for the INCREMENT BY clause is _________________________
(True/False)
5.0/5
(40)
To verify individual settings for the clauses of a sequence, you can query the ____ table in the data dictionary.
(Multiple Choice)
4.8/5
(35)
A(n) can be created based on more than one column. _________________________
(True/False)
4.8/5
(40)
Which of the following serves the same basic purpose as an index in a book, by allowing users to quickly locate specific records?
(Multiple Choice)
4.8/5
(37)
A(n) can be used to quickly determine whether a value already exists in a specific column. _________________________
(True/False)
4.8/5
(29)
A(n) ____________________ synonym can be referenced by other database users.
(Short Answer)
4.8/5
(28)
How does an Index Organized table differ from a standard table and a typical index?
(Essay)
4.7/5
(37)
If the PUBLIC keyword is not included when a synonym is created, the command will create a(n) ____ synonym, by default.
(Multiple Choice)
4.8/5
(21)
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
(28)
Which of the following sequence settings cannot be changed with the ALTER SEQUENCE command?
(Multiple Choice)
4.8/5
(39)
A(n) can be used to generate a series of numeric values. _________________________
(True/False)
4.8/5
(25)
A(n) ____________________ can be used to generate values for a column designated as the primary key for a table.
(Short Answer)
4.8/5
(36)
A large table containing a particular column that is frequently referenced by a WHERE clause would probably benefit from a(n) . _________________________
(True/False)
5.0/5
(29)
A(n) ____ generates sequential integers that can be used by organizations to assist with internal controls or simply to serve as a primary key for a table.
(Multiple Choice)
4.9/5
(32)
Which of the following statements about indexes is incorrect?
(Multiple Choice)
4.9/5
(34)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)