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
____________________ are used to contain automated counter values,most commonly used to retain counter values for integer-valued primary keys.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Sequences
You cannot change the state of a NOT NULL constraint.
Free
(True/False)
4.7/5
(35)
Correct Answer:
True
A table can have multiple PRIMARY KEY constraints.
Free
(True/False)
4.7/5
(28)
Correct Answer:
False
When you drop a ____ constraint,the associated index is also dropped.
(Multiple Choice)
4.8/5
(34)
____________________ indexes include table rows that have null values in all the indexed columns.
(Short Answer)
4.8/5
(32)
When viewing constraints from ALL_CONSTRAINTS,NOT NULL constraints are listed as ____ constraints,and have system-assigned names.
(Multiple Choice)
4.9/5
(33)
The reverse key index is a type of ____ index used to improve efficiency of Oracle Real Application Clusters.
(Multiple Choice)
4.8/5
(28)
Most tables have a primary key to comply with the standards of normalization of tables.
(True/False)
4.7/5
(32)
The ____ constraint helps validate the value within a column or a set of columns within one row.
(Multiple Choice)
4.8/5
(41)
The ____________________ view (and its corresponding DBA and USER views)contains the definition of a sequence.
(Short Answer)
4.9/5
(37)
____________________ constraints enforce only those changes that are made within the application.
(Short Answer)
4.8/5
(33)
PRIMARY KEY column(s)is / are usually placed ____ the table.
(Multiple Choice)
5.0/5
(37)
ON DELETE ____ instructs Oracle 10g to set the value of the foreign key column in the related child rows to null instead of deleting the rows.
(Multiple Choice)
4.9/5
(29)
By default,the initial value of a sequence when it is first created is 0.
(True/False)
4.8/5
(37)
It is advisable to specifically name at least all PRIMARY KEY and ____ constraints.
(Multiple Choice)
4.9/5
(41)
Creating a primary key in an Oracle 10g database automatically creates an internal unique ____________________.
(Short Answer)
4.9/5
(30)
It is possible to create an index owned by one user on a table owned by another user,provided that the creating user has either the CREATE ANY INDEX privilege or the INDEX privilege on the target table,or the user has been granted specific privileges for creating an index on that table.
(True/False)
4.8/5
(36)
Any constraint other than ____ can be dropped using the ALTER TABLE DROP CONSTRAINT command.
(Multiple Choice)
4.9/5
(38)
A(n)____________________ is a database structure that is associated with a table or a cluster and speeds up data retrieval when the table or cluster is used in a query.
(Short Answer)
4.9/5
(38)
Showing 1 - 20 of 108
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)