















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture was delivered by Sir Hisham Najam at Mohammad Ali Jinnah University, Karachi to discuss following points related to Distributive Data Systems course: Database, Integration, LAV, GAV, GCS, Project, DB, Union, Select, Create, Project
Typology: Slides
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















Contains Semantic information about the data meaning, security and integrity information
Relatively constant: designed with the present as well as future needs of an organization
Concerns about the physical implementation of the database
DBMS chooses type of data structures
lays out data on storage devices with operating system access methods
Generally same as Internal
Actual representation of data on the storage device
In the binary format
OS responsibility
Also a part of 3-level architecture External/conceptual mapping Conceptual/Internal
Specifies mapping between objects in the logical model to those in the physical model- data independence
External Level Conceptual Level Internal Level Physical Data Organization Ext/Con Mapping View 1 View 2 View n Conceptual Schema Internal Schema Database User 1 (^) User 2 User n Con/Int Mapping
A major outcome of 3-L Arch
The immunity of applications to change in storage structure and access strategy
Changes in conceptual model do not affect the external views
Immunity of external level from changes at conceptual level
Changes in the internal model do not affect the conceptual model Immunity of Conceptual level from changes at Internal level
Changing file organization
Index implementation, hash, tree etc.
Changing storage medium