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
The ON DELETE ____ setting tells Oracle 10g that when a parent row is deleted,all the related child rows are also deleted.
(Multiple Choice)
4.8/5
(37)
A(n)____ constraint appears after the full list of columns in the CREATE TABLE command and is usually used to define constraints to multiple columns.
(Multiple Choice)
4.8/5
(39)
____________________ constraints are constraints defined at the database level on either a column or a table.
(Short Answer)
4.9/5
(39)
The ____ constraint enforces a predefined list of values for a column.
(Multiple Choice)
4.8/5
(25)
A(n)____ integrity constraint is the column or set of columns that define a unique identifying value for every row in the table.
(Multiple Choice)
4.9/5
(38)
To add a ____ constraint successfully,all rows in the table must contain values for the column.
(Multiple Choice)
4.8/5
(39)
The CHECK constraint can only use values within the current ____________________.
(Short Answer)
4.9/5
(31)
If successful,the ALTER INDEX ...REBUILD command automatically corrects an index that has been marked ____ because a change was made to the structure of the underlying table or partition.
(Multiple Choice)
4.9/5
(40)
The ____________________ view (and its corresponding DBA and USER views)contains the definition of a view.
(Short Answer)
4.8/5
(41)
Sequence values can be accessed using the ____ and NEXTVAL pseudocolumns.
(Multiple Choice)
4.8/5
(30)
A(n)____________________ index is an index on a partitioned table,in which the index is partitioned in the same way and on the same columns as the table.
(Short Answer)
4.7/5
(40)
You should use the NOT NULL constraint for columns holding essential information.
(True/False)
4.8/5
(43)
A(n)____________________ value is an empty column within a table row and usually means that the column value for that row is unknown or not applicable.
(Short Answer)
4.9/5
(41)
The ____ data dictionary view contains the definition of a constraint.
(Multiple Choice)
4.8/5
(43)
A(n)____ constraint appears immediately next to the column to which it applies.
(Multiple Choice)
4.8/5
(28)
The UNIQUE key constraint and the ____ constraint are very similar.
(Multiple Choice)
4.8/5
(32)
Showing 61 - 80 of 108
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)