Q:
What are constraints? Mention the different types of constraints?
Answer
Constraints enable the RDBMS to enforce the integrity of the database automatically, without the need to create triggers, rule or defaults.
Types of Constraints: NOT NULL, CHEQUE, UNIQUE, PRIMARY KEY, FOREIGN KEY.
View answer
Workspace
Report Error
Discuss