This document discusses various concepts in data warehouse logical design including data marts, types of data marts (dependent, independent, hybrid), star schemas, snowflake schemas, and fact constellation schemas. It defines each concept and provides examples to illustrate them. Dependent data marts are created from an existing data warehouse, independent data marts are stand-alone without a data warehouse, and hybrid data marts combine data from a warehouse and other sources. Star schemas have one table for each dimension that joins to a central fact table, while snowflake schemas have normalized dimension tables. Fact constellation schemas have multiple fact tables that share dimension tables.