Table: employee_type_expense_type

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK employee_type_key decimal(15)   employee_type fk_employee_type_expense_type1
2. PK expense_type_key decimal(15)   expense_type fk_employee_type_expense_type2
Foreign Keys
Column References Foreign Key Name
Table Column
employee_type_key employee_type employee_type_key fk_employee_type_expense_type1
expense_type_key expense_type expense_type_key fk_employee_type_expense_type2
Indices
Index Name Unique Column Name Asc Or Desc
pk_employee_type_expense_type true employee_type_key Asc
    expense_type_key  
idx_employee_type_exp_type1 false expense_type_key Asc