
The data in the data warehouse is stored in units of physical tables. A data warehouse will typically contain many tables. The internal structure of the data in the warehouse is normalized. A normalized structure is one that contains keys, foreign keys, and attributes. All of the data found in the normalized table depends on the key of the table for its existence. The normalized tables are interrelated by means of key/foreign key relationships.