Exam 9: Constraints, indexes, and Other Specialized Objects

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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 expressions in function-based indexes.

(True/False)
4.7/5
(31)

Oracle 10g supports ____ types of integrity constraints.

(Multiple Choice)
4.9/5
(39)

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)

How is data divided in a BTree?

(Essay)
4.8/5
(40)

A bitmap index stores ROWID values and key values.

(True/False)
4.9/5
(34)

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)

A table can have more than one UNIQUE constraint.

(True/False)
4.8/5
(35)

The ____ index is used to store pre-computed expression values based on table columns.

(Multiple Choice)
4.8/5
(32)

Naming constraints is mandatory.

(True/False)
4.9/5
(37)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)