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

Q. Describe the three levels of data abstraction?

A. The are three levels of abstraction:
Physical level: The lowest level of abstraction describes how data are stored.
Logical level: The next higher level of abstraction, describes what data are stored in database and what relationship among those data.
View level: The highest level of abstraction describes only part of entire database
What is an Entity?