Exam 4: Constraints
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
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
-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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)