Relational Database Management System (RDBMS) Question:
Define the Integrity Rules?
Answer:
There are two Integrity rules.
► Entity Integrity: States that ?Primary key cannot have NULL value?
► Referential Integrity: States that ?Foreign Key can be either a NULL value or should be Primary Key value of other relation.
► Entity Integrity: States that ?Primary key cannot have NULL value?
► Referential Integrity: States that ?Foreign Key can be either a NULL value or should be Primary Key value of other relation.
Previous Question | Next Question |
Describe the three levels of data abstraction? | What is extension and intension? |