What is the difference between a column-level constraint and a row-level constraint?
QUESTION:
What is the difference between a column-level constraint and a row-level constraint?
ANSWER:
A column-level constraint is imposed on a single column in the table while a row-level constraint is imposed on a set of columns in the table.
Responses