Hi ,
I have 2 tables of which 1 is a dimension table. Another table is joined with it but its not a pure snowflake (our structure is not a pure snowflake/star--there is a lot of normalizations in the db structure). Now I want an outer join on one column between these 2 tables.
How to achieve it?
Thanks
I have 2 tables of which 1 is a dimension table. Another table is joined with it but its not a pure snowflake (our structure is not a pure snowflake/star--there is a lot of normalizations in the db structure). Now I want an outer join on one column between these 2 tables.
How to achieve it?
Thanks