Exam 9: Constraints, indexes, and Other Specialized Objects
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
A data dictionary view named ____ lists indexed column names and statistics either owned by the user or accessible to the user.
(Multiple Choice)
4.8/5
(40)
You can use ALTER INDEX to change the column order of an existing index.
(True/False)
4.8/5
(32)
An index does not store an entry for a row when all the indexed columns are null except if the index is a bitmap index.
(True/False)
4.8/5
(38)
The indexed columns in a ____ index should have low cardinality.
(Multiple Choice)
4.7/5
(38)
The PRIMARY KEY constraint is not important for the integrity of the table.
(True/False)
4.9/5
(45)
A constraint ____ is the attribute that tells Oracle 10g how to use the constraint when data is added to the table.
(Multiple Choice)
4.9/5
(33)
You can use the ____ constraint to compare one column against another column.
(Multiple Choice)
4.9/5
(35)
CHECK constraints cannot contain queries or any references to other tables.
(True/False)
4.8/5
(34)
The ____ index is used to store pre-computed expression values based on table columns.
(Multiple Choice)
4.8/5
(32)
The ____ command provides a way to change a named constraint or all constraints to a deferred state during your session.
(Multiple Choice)
4.8/5
(32)
The syntax for adding a CHECK constraint with CREATE TABLE and ALTER TABLE is quite different.
(True/False)
4.8/5
(28)
If you omit the ____ parameter,you cannot delete a row from the parent table,if it has related children in other tables.
(Multiple Choice)
4.9/5
(29)
What are the advantages of the integrity constraint method of enforcing constraints over the other methods?
(Essay)
4.8/5
(33)
There are only ____ constraint-related data dictionary views.
(Multiple Choice)
4.9/5
(41)
Showing 81 - 100 of 108
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)