- When a user (say user 1)
wants to view his data, then:
- When the DBMS system
runs the
User 1 view program, it will
need to access various
data files
- In order to access the
different files, the DBMS first reads the
Meta Data
- Using the Meta Data information,
the DMBS then
access the data files that
are required to
construct the data
desired by user 1
|
- The result is then
formatted
(by the
User 1 view program)
into the
desired format as requested
by the user
|