Levels of Database Representation
Three levels of representation
- external - user views of data
- conceptual - abstract description of data
- internal - physical implementation access methods, index construction, data structures
Starting point for design?
- Conceptual general description which is then represented in terms of the data contained in the database
Conceptual level is primary focus of this course