The document explains three data warehouse schemas: Star Schema, Snowflake Schema, and Fact Constellation Schema. The Star Schema features a simple design with fact and dimension tables forming a star-like structure, while the Snowflake Schema normalizes dimension tables to reduce redundancy. The Fact Constellation Schema supports complex analysis with shared dimensions across multiple fact tables, making it suitable for large enterprise data warehouses.