Table: dashboard_chart

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK person_key decimal(15)   person fk_dashboard_chart1
2. PK criteria_set_key decimal(15)      
3. PK criteria_type char(1)      
4. PK dashboard_id varchar(128)      
5.   chart_order int      
Foreign Keys
Column References Foreign Key Name
Table Column
person_key person person_key fk_dashboard_chart1
Check Constraints
Name Definition
cc_chart_criteria_type ([criteria_type]='S' OR [criteria_type]='R')
Indices
Index Name Unique Column Name Asc Or Desc
pk_dashboard_chart true person_key Asc
    dashboard_id  
    criteria_set_key  
    criteria_type