Exam 4: Constraints

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

Which of the following are used to enforce business rules?

(Multiple Choice)
4.7/5
(40)

When used with a FOREIGN KEY, the keyword REFERENCES refers to what?

(Multiple Choice)
4.8/5
(39)

A PRIMARY KEY that consists of more than one column is called a(n) ____ key.

(Multiple Choice)
4.9/5
(38)

Which clause will allow you to disable a constraint?

(Multiple Choice)
4.9/5
(40)

Which of the following constraints cannot be added to an existing table with the ADD clause of the ALTER TABLE command?

(Multiple Choice)
4.9/5
(45)

A foreign key constraint can only be created at the column level.

(True/False)
4.8/5
(41)

A(n) ____________________ constraint is a special CHECK constraint with the condition of IS NOT NULL.

(Short Answer)
4.9/5
(43)

Constraints are always enforced at the ____ level.

(Multiple Choice)
4.8/5
(40)

A FOREIGN KEY constraint can only reference a column in another table that has been assigned a(n) ____ constraint.

(Multiple Choice)
4.9/5
(45)

A maximum of ____________________ PRIMARY KEY constraints can exist for each database table.

(Short Answer)
4.8/5
(32)

Which of the following is not a constraint type in Oracle11g?

(Multiple Choice)
4.9/5
(39)

The ____________________ clause of the ALTER TABLE command is used to add a PRIMARY KEY constraint to an existing table.

(Short Answer)
4.8/5
(25)

The ____ constraint prevents the user from adding a NULL value in the specified column.

(Multiple Choice)
4.9/5
(33)

A NOT NULL constraint will display the search condition of ____________________ in the USER_CONSTRAINTS view.

(Short Answer)
4.7/5
(38)

The purpose of the ____ constraint is to ensure that two records do not have the same value stored in the same column. However, it can contain NULL values.

(Multiple Choice)
4.8/5
(35)

Which of the following keywords must have been included during the creation of a FOREIGN KEY constraint to allow a row from the parent table to be deleted, even if it is referenced by a row in the child table?

(Multiple Choice)
4.8/5
(35)

Only one ____ constraint can exist for each table.

(Multiple Choice)
4.9/5
(36)

The ____ constraint requires that a specific condition be met before a record can be added to a table.

(Multiple Choice)
4.7/5
(38)

A constraint is created at the ____________________ level if it is included as part of the column definition.

(Short Answer)
4.9/5
(31)

If a data value violates a(n)  constraint \underline { \text { constraint } } , the entire row is prevented from being added to the table. _________________________

(True/False)
4.8/5
(45)
Showing 81 - 100 of 132
close modal

Filters

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