Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
#SQLServer 46
SQL Server 44
SSRS EXPERT 41
BI 36
#BI 33
brh 28
SSIS BEST PRACTICES 23
TSQL 19
MS BI STACKS 18
SSRS 17

Archive · View All
March 2011 24
July 2011 17
February 2011 15
April 2010 13
June 2011 11
May 2011 11
April 2011 11
July 2010 11
March 2010 8
December 2011 7

MS BI Workshop #8 – More keys in dimension tables in a star schema

Jul 4 2011 4:11AM by Sherry Li   

Here is my notes #8 about more keys in a star schema.

In the previous notes, MS BI Workshop #7 – What are all those keys in a star schema?, I showed two typical keys you are seeing in a dimensional table, a surrogate key and an alternate key.

In this notes, I will show two types of foreign keys you will sometimes see in a dimensional table.

This Organization view in DSV in BIDS is showing two FKs, ParentOrganizationKey, which references the DimOrganization table itself, and CurrencyKey, which references the DimCurrency dimension table.

Here is the creation script of dimension table DimOrganization. The first FK on column CurrencyKey references the DimCurrency dimension table. The second FK on column ParentOrganizationKey references the DimOrganization table itself.

  1. By referencing the table itself, we know that this table has a recursive relationship, and a parent-child hierarchies among its rows.
  2. By referencing another dimension table DimCurrency, we know that this table is somehow normalized.
  3. But in the DSV Organization view, we see that an attribute (column) Currency Code is added. By doing this, the data is denormalized in DSV.

Tags: #SQLServer, SQL Server, BI, brh, #BI, MS BI STACKS,


Sherry Li
14 · 12% · 3697
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]