09 September 2009

Data Abstraction

For the system to be usable, it must retrieve data efficiently. The need for efficiency has led designers to use complex data structures to represent data in the database. Since many database-systems users are not computer trained, developers hide the complexity from users through several levels of abstraction, to simplify users’ interactions with the system:
  • Physical Level : The lowest level of abstraction describes how the data are actually stored. The physical level describes complex low-level data structures in detail.
  • Logical Level : The next-higher level of abstraction describes what data are stored in the database, and what relationships exist among those data. The logical level thus describes the entire database in terms of a small number of relatively simple structures. Although implementation of the simple structures at the logical level may involve complex physical-level structures, the user of the logical level does not need to be aware of this complexity. Database administrators, who must decide what information to keep in the database, use the logical level of abstraction.
The three levels of data abstraction
  • View Level : The highest level of abstraction describes only part of the entire database. Even though the logical level uses simpler structures, complexity remains because of the variety of information stored in a large database. Many users of the database system do not need all this information; instead, they need to access only a part of the database. The view level of abstraction exists to simplify their interaction with the system. The system may provide many views for the same database.

25 comments:

  1. nice explanation.....thnk u very mch.......

    ReplyDelete
    Replies
    1. nice explaination huh!! it is copied down from Korth

      Delete
  2. simplest N nice....
    thnk u ....

    ReplyDelete
  3. good explaination but i want more points in this topic....

    ReplyDelete
  4. Anonymous11 May, 2013

    thankx today i understand Data Abstraction

    ReplyDelete
  5. very well explained..Thank you very much...

    ReplyDelete
  6. thanks...clear and simple explanation

    ReplyDelete
  7. Very well explained...Thank You

    ReplyDelete
  8. This answer is taken from the book Database Concept of KORTH

    ReplyDelete
  9. well described , It was very simple clear and short . Thanks a lot ...

    ReplyDelete
  10. thanx very useful 2 me.....

    ReplyDelete
  11. thankyou... verymuch...it's helpful...

    ReplyDelete