AdBlock Detected!
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.
SQL CONSTRAINT |
|
SQL > Constraint
You can place constraints to limit the type of data that can go into a table. Such constraints can be specified when the table when the table is first created via the CREATE TABLE statement, or after the table is already created via the ALTER TABLE statement. SQL constraints are rules that enforce data integrity by restricting the type and format of data stored in a table column. They can be defined at table creation or added later via ALTER TABLE.
Common types of constraints include the following:
Each constraint is discussed in the following sections. Frequently Asked Questions
|
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.