constraints available in SQL ?

There are 2 types of constraints in SQL.
1. Column Level Constraints : Limits only column level data
2. Table Level Constraints: Limits total table data.
 
Back
Top