Constraints | Types of Constraints | How to use CHECK Constraint in SQL | Oracle | DBMS | MySQL

Опубликовано: 25 Июль 2026
на канале: Tech World!
57
11

Constraints can define the scalability, flexibility and integrity of your database data and its apply specific rules to data,

Types of Constraints:

1.Check - If you define a CHECK constraint on a column/ table it will allow only certain values for this column / table
2.Not NULL
3.Primary key
4.Unique
5.Foreign Key