What are the different integrity constraints in RDBMS?
The various integrity constraints in RDBMS are as:
Primary Key: primary key is a grouping of one or more attributes whose unique value locates each row in the table.
Referential integrity (A foreign key): A foreign key is attributing of one table which references to attribute in another table.