What is a constraint? Tell me about its various levels.
Constraints are the rules and regulations which are applied to the table column which enforces yours to store valid data and prevents users to store irrelevant data. There are two levels : column level constraint table level constraint In SQL, a constraint is a rule or condition that is enforced on data in a table. … Read more