Computer Science, asked by guti5, 2 days ago

name some constraints that you can apply to enhance database integrity.​

Answers

Answered by swetabari57
0

Answer:

The most common types of constraints include:

  • UNIQUE constraints. To ensure that a given column is unique.
  • NOT NULL constraints. To ensure that no null values are allowed.
  • FOREIGN KEY constraints. To ensure that two keys share a primary key to foreign key relationship.
Similar questions