SQL Constraints

By | December 13, 2013

Constraints are used to limit the type of data inserting into the table.this is doing while creating the table or altering the table.

Following are the constraints

#)NOT NULL
#)UNIQUE
#)PRIMARY KEY
#)FOREIGN KEY
#)CHECK
#)DEFAULT