menu
arrow_back
Integrity constraints in SQL
Constraints are some rules that enforce on the data to be enter into the database table. Basically constraints are used to restrict the type of data that can insert into a database table. Constraints can be defined in two ways:

SQL Integrity Constraints or Constraints

08

09

keyboard_arrow_up