What is a constraint ? Name some constraints that you can apply to enhance database integrity.
1 Like
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:
Answered By
Which command is used for creating tables ?
What is the role of UNIQUE constraint ? How is PRIMARY KEY constraint different from UNIQUE constraint ?
What is primary key ? What is PRIMARY KEY constraint ?
What is NOT NULL constraint ? What is DEFAULT constraint ?