[Solved]-Question 11 Complete Table Matching Definition Appropriate Sql Constraint Bcdef Ensures Va Q37279476
QUESTION 11
- Complete the table below by matching each definition with theappropriate SQL constraint.
-A.B.C.D.E.F.
Ensures that each value inserted in a column (or columns) isUNIQUE and NOT NULL
-A.B.C.D.E.F.
Ensures that data in the column of a table matches the values inanother column of the same, or another, table
-A.B.C.D.E.F.
Specifies a value given to an attribute when a tuple is insertedwithout specifying the value for the particular attribute
-A.B.C.D.E.F.
Ensures that each row (tuple) must have a unique value for aparticular column (attribute)
-A.B.C.D.E.F.
Ensures that the value in a column meets a specificcondition
A.
FOREIGN KEY
B.
CHECK
C.
PRIMARY KEY
D.
UNIQUE
E.
NOT NULL
F.
DEFAULT
Expert Answer
Answer to QUESTION 11 Complete the table below by matching each definition with the appropriate SQL constraint. -A.B.C.D.E.F. Ens… . . .
OR

