Data Abstraction



next up previous
Next: Data Models Up: Introduction Previous: Purpose of Database

Data Abstraction

  1. The major purpose of a database system is to provide users with an abstract view of the system.

    The system hides certain details of how data is stored and created and maintained

    Complexity should be hidden from database users.

  2. There are several levels of abstraction:
    1. Physical Level:
      • How the data are stored.
      • E.g. index, B-tree, hashing.
      • Lowest level of abstraction.
      • Complex low-level structures described in detail.
    2. Conceptual Level:
      • Next highest level of abstraction.
      • Describes what data are stored.
      • Describes the relationships among data.
      • Database administrator level.
    3. View Level:
      • Highest level.
      • Describes part of the database for a particular group of users.
      • Can be many different views of a database.
      • E.g. tellers in a bank get a view of customer accounts, but not of payroll data.
    Fig. 1.1 (figure 1.1 in the text) illustrates the three levels.

      
    Figure 1.1: The three levels of data abstraction



Page created and maintained by Osmar R. Zaï ane
Last Update: Sun Sep 10 16:58:49 PDT 1995