Hello, I'm newbie in OLAP. I learn OLAP just from the tutorial from the sample database foodmart. I'm confuse.
Because when I saw the Tables from that sample database foodmart, its tables is Denormalize. Example : In "Customer" table there is a field named "CountryID", "CountryName". But there is a table named "Region" which have field "COuntryID", "CountryName".
In RDBMS we use Normalize tables.
My question is, when we design tables for database (we will use it to make a cube in OLAP) do we have to use DENORMALIZE tables, or we use NORMALIZE tables (just like in RDBMS)?
Thanks For Your Answer
Denny
Because when I saw the Tables from that sample database foodmart, its tables is Denormalize. Example : In "Customer" table there is a field named "CountryID", "CountryName". But there is a table named "Region" which have field "COuntryID", "CountryName".
In RDBMS we use Normalize tables.
My question is, when we design tables for database (we will use it to make a cube in OLAP) do we have to use DENORMALIZE tables, or we use NORMALIZE tables (just like in RDBMS)?
Thanks For Your Answer
Denny