star schema to denormalized table [message #372059] |
Mon, 08 January 2001 13:22 |
meena
Messages: 36 Registered: December 2000
|
Member |
|
|
Hi,
I have a star schema with say, 10 tables. I have to create a denormalized table( by stretching the arms and legs of the star schema and creating horribly long rows)from this star schema. I also have to load the data from the star schema into the demormalized table.
Can anyone tell me the simplest way of doing this?
Thanks!
Meena
|
|
|
|
star schema to denormalized table [message #373543 is a reply to message #372059] |
Mon, 23 April 2001 02:34 |
virkam
Messages: 1 Registered: April 2001
|
Junior Member |
|
|
meena i think its easy task select all the columns from the entire schema and give where condition where you are equalizing foreign keys of fact table with primary keys of dimention tables and run the query.
|
|
|