What do you mean by column level constraint and table level constraint?
Answers
Answered by
0
Answer:
Column-level constraints refer to a single column in the table and do not specify a column name (except check constraints). They refer to the column that they follow.
Similar questions