Table: budget_organization

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK budget_organization_key decimal(15)      
2.   budget_key decimal(15)   budget fk_budget_organization1
3.   customer_key decimal(15)   customer fk_budget_organization2
Foreign Keys
Column References Foreign Key Name
Table Column
budget_key budget budget_key fk_budget_organization1
customer_key customer customer_key fk_budget_organization2
Referenced from
Table Column Foreign Key Name
budget_detail budget_organization_key fk_budget_detail1
Indices
Index Name Unique Column Name Asc Or Desc
pk_budget_organization true budget_organization_key Asc
idx_budget_organization1 true budget_key Asc
    customer_key  
idx_budget_organization2 false customer_key Asc