Relational Database Management System (RDBMS) Question:

Define the Integrity Rules?

Tweet Share WhatsApp

Answer:

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 All 98 RDBMS Questions
Previous QuestionNext Question
Describe the three levels of data abstraction?What is extension and intension?