RDBMS Programming and Technical

What is an Entity?

Read Solution (Total 0)

RDBMS Other Question

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.
What is extension and intension?