About 12,400,000 results
Open links in new tab
  1. Snowflake Schema in Data Warehouse Model - GeeksforGeeks

    Jul 18, 2025 · A snowflake schema is a type of data model where the fact table links to normalized dimension tables split into multiple related tables. It’s a more detailed version of …

  2. Snowflake schema - Wikipedia

    In computing, a snowflake schema or snowflake model is a logical arrangement of tables in a multidimensional database such that the entity relationship diagram resembles a snowflake …

  3. Snowflake Schema Overview | Databricks

    A snowflake schema is a multi-dimensional data model that is an extension of a star schema, where dimension tables are broken down into subdimensions. Snowflake schemas are …

  4. What Is Snowflake Schema? - Dataconomy

    Jun 23, 2025 · The snowflake schema is a type of database schema that is used in data warehousing to improve the organization of data through normalization. It features a central …

  5. What is snowflaking (snowflake schema)? | Definition from …

    Jul 24, 2023 · A snowflake schema is a variation of the star schema that normalizes the dimension tables to increase data integrity, simplify data maintenance and reduce the amount …

  6. Database, schema, & share DDL | Snowflake Documentation

    Each database belongs to a single Snowflake account. A schema is a logical grouping of database objects (tables, views, etc.). Each schema belongs to a single database. Together, a …

  7. Snowflake Schema Explained: Definition & Examples

    A snowflake schema is a type of data modeling technique used in data warehouses where dimension tables are normalized into multiple related tables. Snowflake schema derives its …

  8. Snowflake Schema: Ultimate Guide - numberanalytics.com

    Jun 10, 2025 · It is an extension of the Star Schema, with additional normalization of dimension tables. Snowflake Schema is a multidimensional data model that structures data into fact …

  9. What Is Snowflake Schema In The Data Warehouse Model?

    Jul 31, 2025 · A snowflake schema is a type of database schema that is designed to improve the organization and efficiency of a database by providing a more structured and normalized data …

  10. Snowflake Schema in Data Warehouse: A Complete Guide

    Feb 14, 2025 · The snowflake schema in data warehouse is a type of database schema where the data is structured in a normalized format. It extends the star schema by breaking down …