Ch02-Database System Concepts and Architecture
Ch02-Database System Concepts and Architecture
Navathe Slide 2- 1
Chapter 2
Database System Concepts and
Architecture
Schema Construct:
A component of the schema or an object within
the schema, e.g., STUDENT, COURSE.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 2- 8
Schemas versus Instances
Database State(instance or snapshot):
The actual data stored in a database at a
particular moment in time. This includes the
collection of all the data in the database.
Also called database instance (or occurrence or
snapshot).
The term instance is also applied to individual
database components, e.g. record instance, table
instance, entity instance