Saved Bookmarks
| 1. |
Define the "integrity rules"? |
|
Answer» There are two Integrity rules. 1. Entity Integrity: States that "Primary key cannot have NULL value" 2. Referential Integrity: States that "Foreign Key can be either a NULL value or should be Primary Key value of other relation. |
|