RDBMS
Programming and Technical
Q. Define the "integrity rules"
A. 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.
Read Solution (Total 0)
RDBMS Other Question