Sunday, 9 October 2011

SQL Constraints

nConstraints are used to limit the type of data that can go into a table.
nConstraints can be specified when a table is created or after the table is created.
üNOT NULL
üUNIQUE
üPRIMARY KEY
üFOREIGN KEY
üCHECK
üDEFAULT

1 comment: