Exam 4: Constraints
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
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 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)
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)
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) , the entire row is prevented from being added to the table. _________________________
(True/False)
4.8/5
(45)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)