This document describes the three level architecture of a database management system (DBMS): the external, conceptual, and internal levels. The external level defines different views of the database for users. The conceptual level defines the logical structure and relationships of the entire database. The internal level defines the physical storage and implementation of the data. The document also discusses logical and physical data independence, which refer to the ability to modify schemas at different levels without affecting higher levels.