Levels of Abstraction
Many views, single conceptual (logical) schema and physical schema.
- Views describe how users see the data.
- Conceptual schema defines logical structure using a data model
- Physical schema describes the files and indices used.
- Schemas are defined using DDL; data is modified/queried using DML.