CBSE Class 12 Informatics Practices
Question 42 of 79
MySQL SQL Revision Tour — Question 10
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.