A star schema consists of a single central fact table connected to multiple dimension tables, forming a star-like structure when visualized. The fact table stores quantitative data, while dimension tables contain descriptive attributes. This differs from snowflake schemas where dimensions are normalized.