Exam 9: Constraints, indexes, and Other Specialized Objects

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

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)

The NOT NULL constraint must always be defined out of line.

(True/False)
4.8/5
(38)

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)

A ____ index cannot contain any DESC columns.

(Multiple Choice)
4.8/5
(33)

A UNIQUE constraint is often used in place of a PRIMARY KEY.

(True/False)
4.8/5
(44)

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)

What is a bitmap index?

(Essay)
4.9/5
(38)
Showing 61 - 80 of 108
close modal

Filters

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