Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Normalized & De-Normalized

Hi Friends,

What is the difference between Normalized and De-Normalized ?? Can you provide any example or Document for this?

Thank you,

SatishRaj

2 Replies
marcus_sommer

Not applicable
Author

Normalized:

See the Snowflake Schema, where a dimension data is separated and kept in another table. For Example: Country, State, District, Post Code data are kept in 4 separate tables.

De Normalized:

See star Schema, where data is kept in one dimension table and that is directly joined to Fact. So in above case, Country, State, District, Post Code if you keep in one dimension table called Geographical table then It is De normalized. Here you will see data redundancy for country column, state column, District column because there may be 100 distinct Post code in a district and that district belongs to a State, country.