CBSE Class 12 Computer Science
Question 50 of 79
Table Creation and Data Manipulation Commands — Question 5
Back to all questionsDatabase constraints enforce business rules on a database. These include PRIMARY KEY for unique identifiers, FOREIGN KEY for maintaining relationships between tables, UNIQUE for ensuring uniqueness, CHECK constraint limit values that can be inserted into a column of a table, and default constraints are utilized to specify a default value for a column when no value is explicitly provided during an insert operation.