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: 
Anonymous
Not applicable

How ER Modelling is different from Star Schema?

Hello Guys, I have understanding of ER Modelliing but not able to differentiate with Star Schema. Could you guys explain how ER modelling is differ from Star Schema?

Warm Regards,

Raj

5 Replies
maxgro
MVP
MVP

search this (google, ....)

a-dimensional-modeling-manifesto

site is kimballgroup

its_anandrjs
Champion III
Champion III

Hi,

ER modelling is basically entity relation ship modelling in this practice we check tables relation ship between different tables and make a data model. Star schema is a good data model for BI reporting but also you learn about dimensional modelling also.

HTH

Thanks & Regards

Anand

Anonymous
Not applicable
Author

Anand,

I understand ER modelling. As per your reply both are Data Model. Then why we don't use ER Modelling in BI Reporting instead of Star Schema.

Same concepts are into ER Modelling like entities are tables itself similiar to Dimension Table then why we use Star Schema instead of ER Modelling?

Is it because of RDBMS or Non-RDBMS concept?

Regards,

Balraj

its_anandrjs
Champion III
Champion III

Hi,

Yes you are right it is due to RDBMS concept where the table follows the relation ship that is the reason. But star schema is created with talking different tables and need to find the keys and relations among the table.

HTH

Thanks & Regards