Difference between column constraint and table constraint
Answers
Answered by
3
Answer:
a column level constraint has scope only to the column it is defined on. A table level constraint can see every column in the table. That is the major difference between the two - that of "scoping". Any column level constraint (exception: not null) can be expressed at the table level - but the opposite is not true.
i hope it's help to you
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
Physics,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Science,
1 year ago