Exam 4: Constraints

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

A constraint is always enforced at the table level.​

(True/False)
4.9/5
(41)

The ALTER TABLE command with the MODIFY clause can be used to disable a constraint._________________________​

(True/False)
4.8/5
(30)

​Which of the following statements about creating constraints is incorrect?​

(Multiple Choice)
4.8/5
(38)

The MODIFY clause is used with the ALTER TABLE command to add a PRIMARY KEY constraint to an existing table.​

(True/False)
4.8/5
(37)

​Structure of the ORDERITEMS table ​Structure of the ORDERITEMS table    -Based on the structure of the ORDERITEMS table,which of the following commands will make certain that the ISBN entered actually exists in the ISBN column of the BOOKS table?​ -Based on the structure of the ORDERITEMS table,which of the following commands will make certain that the ISBN entered actually exists in the ISBN column of the BOOKS table?​

(Multiple Choice)
4.8/5
(43)

The ____________________ keywords can be added to the end of the command that creates a FOREIGN KEY constraint to indicate that when a row is deleted from the parent table that is referenced by entries in the child table,the rows in the child table should also be deleted.​

(Short Answer)
4.7/5
(31)

A NOT NULL constraint can only be created at the column level.​

(True/False)
4.8/5
(30)

A CHECK constraint requires that a data value meet a certain condition before the record is added to the database table.​

(True/False)
4.8/5
(36)

A FOREIGN KEY constraint will not allow a row containing a NULL value in the foreign key column to be added to the table.​

(True/False)
4.8/5
(49)

The default name for a constraint is SYS Cn where n consists of a number that will make the name unique within the database._________________________​

(True/False)
4.9/5
(36)

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

(Short Answer)
4.9/5
(32)

A NOT NULL constraint can be added to an existing table using the ALTER TABLE command with the ____________________ clause.​

(Short Answer)
4.8/5
(34)
Showing 121 - 132 of 132
close modal

Filters

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