Constraints are rules that you apply to table columns to make sure the data is correct.
They help stop wrong or unwanted data from getting into the table, so the data stays valid and safe.
Types of Constraints:
1. Primary Key
2. Foreign Key
3. Unique Constraint
4. NOT NULL
5. CHECK Constraint
6. Default Constraint
