Chapter No.02
Chapter No.02
Chapter No.02
Lecture: 03
Database Environment
2
Recap of Basic Definitions
Schema: The description of database is called database
Schema, which is specified during database design.
Single User System: In single user system at most one
user can access the database at any given time
Multi User System: Many user can access the database
at the same time
View: Allows each user to have his or her own view of
the database.
3
Chapter 2 - Objectives
7
Objectives of Three-Level Architecture
External Level
Users’ view of the database.
Conceptual Level
Community view of the database.
Internal Level
Physical representation of the database on the
computer.
01110011010011100101001010100101010010101…..
Data Independence
A User-Accessible Catalog.
Transaction Support.
Recovery Services.
Integrity Services.
Utility Services.
Chapter No.2