Computer Science
What is a constraint ? Name some constraints that you can apply to enhance database integrity.
DDL & DML
1 Like
Answer
A 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.
Answered By
1 Like