Technical Discussion :: DBMS
Home > Technical Interview Q&A > DBMS > Discussion

Ranjana R
23 Feb, 2019 5:07 AM
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.