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
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