Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle Database Administrator
Quiz 9: Constraints, indexes, and Other Specialized Objects
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
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.
Question 62
Multiple Choice
The ____ index is used for application- or cartridge-specific indexes.
Question 63
Multiple Choice
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.
Question 64
Multiple Choice
The reverse key index is a type of ____ index used to improve efficiency of Oracle Real Application Clusters.
Question 65
Short Answer
____________________ constraints enforce only those changes that are made within the application.
Question 66
Multiple Choice
An index created to support a ____ constraint does not allow any null values in any of the indexed columns,because there is an automatic NOT NULL constraint added to a primary key column.
Question 67
Multiple Choice
The ____ index is used on partitioned tables where the index is created on all partitions for the entire table,as a single index.
Question 68
Multiple Choice
A ____ view is a view that can be used to insert a new row into the underlying table,as long as the row would be returned by a query,or the row exists for the view.
Question 69
Multiple Choice
An index can have from one to ____ columns (only 30 columns if it is a bitmap index) .
Question 70
Multiple Choice
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.