SQL -Structured Query Language - Sql Key & Constraint - Primary Key Quiz
# | Quiz |
---|---|
1
Discuss
|
Primary Key
To include integrity constraint in an existing relation use :
Solution |
2
Discuss
|
Primary Key
Which of the following is not an integrity constraint?
Solution |
3
Discuss
|
Primary Key
Which of the following is the right syntax for assertion?
Solution |
4
Discuss
|
Primary Key
Which of the following can be addressed by enforcing a referential integrity constraint?
Solution |
5
Discuss
|
Primary Key
Drop Table cannot be used to drop a table referenced by a _________ constraint.
Solution |
6
Discuss
|
Primary Key
____________ is preferred method for enforcing data integrity.
Solution |
7
Discuss
|
Primary Key
What will be the result of the query?
Solution |
8
Discuss
|
Primary Key
In order to ensure that the value of the budget is non-negative which of the following should be used?
Solution |
9
Discuss
|
Primary Key
A foreign key is the one in which the ________ of one relation is referenced in another relation.
Solution |
10
Discuss
|
Primary Key
Which of the following is used to delete the entries in the referenced table when the tuple is deleted in the course table?
Solution |
11
Discuss
|
Primary Key
Domain constraints, functional dependency and referential integrity are special forms of _______
Solution |
12
Discuss
|
Primary Key
Which of the following is the right syntax for the assertion?
Solution |
13
Discuss
|
Primary Key
Data integrity constraints are used to
Solution |
# | Quiz |