Friday, 1 July 2011

What is Constraints ?

Constraint is a mechanism/Property it is used to prevent the invalid data entry in to the table is called constraint. These constraints ensure the accuracy and reliability of the data into the tables.
Constraints can be specified when a table is created (with the CREATE TABLE statement) or after the table is created (with the ALTER TABLE statement).

No comments:

Post a Comment