- 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.
- There are several levels of abstraction:
- Physical Level:
- How the data are stored.
- E.g. index, B-tree, hashing.
- Lowest level of abstraction.
- Complex low-level structures described in detail.
- Conceptual Level:
- Next highest level of abstraction.
- Describes what data are stored.
- Describes the relationships among data.
- Database administrator level.
- 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.
Figure 1.1: The three levels of data abstraction
source: http://www.cs.sfu.ca/CC/354/zaiane/material/notes/Chapter1/node4.html - Physical Level:
Sunday, June 19, 2011
Data Abstraction
Networking
IP Addressing So what’s a TCP/IP Address? TCP/IP address works on the Network and Transport layer of the OSI-ISO reference model and Intern...
-
Electronic data processing systems are built to boost productivity and to improve the quality of work. They achieve these goals in several...