What is an Integrity Constrains ?

An integrity constraint is a declarative way to define a business rule for a column of a table.

Showing Answers 1 - 1 of 1 Answers

simakas

  • Oct 5th, 2007
 

Special requirements for table data:
1) allow NULL value
2) uniqueness of value
3) primary key
4) foreign key
5) special value size/text/length etc requirements

All information is stored in Data Dictionary.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions