Unit-1 L5-DBMS Data Models
Unit-1 L5-DBMS Data Models
Concepts
and
Architecture
G.Manikandan
SAP / ICT / SOC
SASTRA
Data models
Schemas
Instances
The diagram displays the structure of each record type but not the
actual instances of records.
Each object in the schema—such as STUDENT / COURSE — a
schema construct.
3/8/2021 10:34:52 AM INT102 – DBMS – G.Manikandan / ICT 19
Schema Diagram - Limitations
A schema diagram displays only some aspects of a schema
such as the names of record types and data items
Figure shows neither the data type of each data item nor
the relationships among the various files.
Many types of constraints are not represented in schema
diagrams.
For example,
we may decide that another data item needs to be stored for
each record in a file, such as adding the Date_of_birth to the
STUDENT schema.