0 votes
in Oracle by
Explain about integrity constraint?

1 Answer

0 votes
by

An integrity constraint is actually a declaration that is defined as a business rule for a table column. They are used to ensure accuracy and consistency of data in the database. It can also be called as a declarative way to define a business rule for a table’s column. There are a few types, namely:

  1. Domain Integrity
  2. Referential Integrity
  3. Domain Integrity
...