DB Organization: Data Abstraction
There are three levels of abstraction:
- View Level:
- Highest level.
- Describes part of the database for a particular group of users.
- Can be many different views of a database.
- Conceptual Level:
- Intermediate level of abstraction.
- Describes what data are stored.
- Describes the relationships among data.
- Database administrator level.
- Physical Level:
- Lowest level of abstraction.
- How the data are stored. E.g. index, B-tree, hashing.
- Complex low-level structures described in detail.