1.

What is the difference between column constraint and table constraint? Name some database integrity constrains

Answer»

The difference between column constraint and table constraint is that column constraint applies only to individual columns, whereas table constraints apply to groups of one or more columns.

Following are the few of database integrity constrains:

  • Unique constraint 
  • Primary Key constraint
  • Default constraint 
  • Check constraint


Discussion

No Comment Found

Related InterviewSolutions