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
When viewing constraints from ALL_CONSTRAINTS,foreign key constraints are indicated with the letter ____.
(Multiple Choice)
4.8/5
(49)
The ____ index is used for application- or cartridge-specific indexes.
(Multiple Choice)
4.9/5
(40)
A(n)____ index is an index that is partitioned when either the table is not partitioned or the table is partitioned in a different way than the index.
(Multiple Choice)
4.8/5
(28)
When executing a package or a procedure,you must either wrap the command in a PL / SQL block by using the BEGIN and END;clauses on either side of the command,or type ____ and the command all on a single line.
(Multiple Choice)
4.8/5
(38)
A(n)____________________ key is often a system-generated number,guaranteeing uniqueness and stability.
(Short Answer)
4.8/5
(40)
Constraints that apply to a single column are called ____________________ constraints and appear inline with the column.
(Short Answer)
4.8/5
(43)
Triggers are at the database level and provide more flexibility in designing complex constraints than integrity constraints,while keeping the constraint within the database.
(True/False)
4.9/5
(33)
An index can have from one to ____ columns (only 30 columns if it is a bitmap index).
(Multiple Choice)
4.9/5
(41)
Unless you specifically instruct Oracle 10g to create a bitmap index,it always creates a ____ index.
(Multiple Choice)
4.8/5
(37)
Placing the ____ constraint on a column indicates that all rows in the table must contain a value in the column.
(Multiple Choice)
4.9/5
(38)
An index containing multiple columns is called a(n)____________________ index.
(Short Answer)
4.8/5
(35)
Modifications to the database are affected by application constraints.
(True/False)
4.7/5
(41)
When you join tables together,you are nearly always using a column or set of columns in one table that corresponds to a column,or set of columns in another table.
(True/False)
4.9/5
(42)
One of the rules of ____________________ is that every table should have a key that contains a unique value for every row.
(Short Answer)
4.9/5
(37)
____ checking performs faster than other methods of constraint enforcement,because the optimizer has been programmed to handle them efficiently.
(Multiple Choice)
4.8/5
(47)
The ____ index is by default a BTree but can also be a hash-clustered index.
(Multiple Choice)
4.9/5
(34)
The ____________________ index is an index structure in which data is divided and subdivided based on the index key values to minimize the look-up time when searching for a key value.
(Short Answer)
4.8/5
(34)
The ____ constraint is similar to the PRIMARY KEY constraint because both enforce unique values;the difference is that it allows null values in the column or columns that are named in the constraint.
(Multiple Choice)
4.8/5
(28)
Showing 21 - 40 of 108
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)