Which of the following CANNOT be used to restrict specific values from being inserted into a
column in a particular table?

A.
Index
B.
Check constraint
C.
Referential constraint
D.
Default constraint
You must be logged in to post a comment.
Default constraint CANNOT restrict value inserted. It merely provides a default value if none was provided.
0
0