Levels of Abstraction
Last updated
Last updated
A DBMS has 3 levels of abstraction:
Physical Level: describes how data is stored in the database
Logical/Conceptual Level: describes the data stored in the database and the relationships between the entities
View Level: describes how users see the data; this level hides details from the application program and displays only necessary information; there can be multiple views at the view level (as shown below)