0
20kviews
Explain various types of constraints with an example.
1 Answer
0
925views

SQL constraints are used to specify rules for the data in a table. If there is any violation between the constraint and the data action, the action is aborted by the constraint.

Constraints can be specified when the table is created (inside the CREATE TABLE statement) or after the table …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.