3 LEVEL ARCHITECTURE IN DBMS
- Get link
- X
- Other Apps
3 Level Architecture:-
The architecture of DBMS is divided into three level:-
- External view (view A, view B, view C):-
The external view is the highest level of data base abstraction. Where only those question of the data base of console to a user or application program are included any number of user views may exist for a given global or conceptual view.
2. Conceptual view:-
One conceptual view represent the entire database. This view is define by the conceptual schema each describe all the records & relationship included in the conceptual view in the database. There is only one conceptual view per database. Data at this level is in a format independent of its physical it also includes features that specified the checks to written data consistency & integrity.
3.Internal level or view:-
This view is at of abstraction. Closest to the physical storage method used. It indicates the data structure & access method to be used by the database. The internal view is expressed by the internal schema. Which contains the method of representing the data fields & the access aids used.
- Get link
- X
- Other Apps
Comments
Post a Comment