This document discusses database management systems and the three-level architecture for databases. It describes each level as follows:
The external view defines how different users see the data based on their needs. The conceptual view provides a unified view of the data that hides physical storage details. The internal view describes how data is actually stored on disk in records and blocks. An example university database is provided to illustrate the different levels and schemas. The document also defines logical and physical data independence as the ability to change schemas at one level without affecting higher levels.