CBSE Class 12 Computer Science
Question 8 of 79
Table Creation and Data Manipulation Commands — Question 2
Back to all questionsA constraint is a condition or check applicable on a field or set of fields.
Some constraints that we can apply to enhance database integrity are:
- Unique constraint.
- Primary key constraint.
- Default constraint.
- Check constraint.
- Foreign key constraint.