0
16kviews
Explain domain constraints and referential integrity constraints.

Discuss Referential Integrity Constraints.

1 Answer
1
285views

1.Domain constraints

  • Domain constraints are the most elementary form of integrity constraint. The principle behind domains is similar to that behind variable types in programming languages. Strongly typed programming languages allow the compiler to restrict type of values assigned to the variable.
  • Similarly, declaring an attribute to be of …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.