What is the advantage of table level constraints over column level constraints?

Showing Answers 1 - 1 of 1 Answers

In table level constraints, a single constraint can be created on more than one columns but it is not possible in case of column level constraints.

A table level column can be created after the creation of the table without altering the column definitions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions