Sunday, 11 November 2012

Define the "integrity rules"? | RDBMS Interview Questions


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.

No comments: