Concepts and Architecture Question:
Tell us what is an Integrity Constrains?
Answer:
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.
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.
Previous Question | Next Question |
Tell us what is the use of Control File? | Explain what are the Referential actions supported by FOREIGN KEY integrity constraint? |