Database .3 0
Database .3 0
Database System
Concepts and Architecture
In a given database state, each schema construct has its own current set of
instances; for example, the STUDENT construct will contain the set of individual
student entities (records) as its instances.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 3- 9
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 2- 10
Database Schema
vs. Database State
Database State:
Refers to the content of a database at a moment
in time.
Initial Database State:
Refers to the database state when it is initially
loaded into the system.
Valid State:
A state that satisfies the structure and constraints
of the database.
database is updated.
External schemas at the external level to describe the various user views.
Each external schema describes the part of the database that a particular user group
is interested in and hides the rest of the database from that user group.