Computer Science, asked by pankaj1835, 8 months ago

Difference between column constraint and table constraint

Answers

Answered by Anonymous
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