CUSTOMER_CONTACT |
||||
| Column Name | Data Type | Nulls | References Table |
Foreign Key Name |
|---|---|---|---|---|
| customer_key | decimal (15,0) | CUSTOMER | fk_customer_contact1 | |
| contact_key | decimal (15,0) | CONTACT | fk_customer_contact2 | |
| contact_type_key | decimal (15,0) | CONTACT_TYPE | fk_customer_contact3 | |
Indexes on CUSTOMER_CONTACT |
|
| Index Name | Column(s) |
|---|---|
| pk_customer_contact | customer_key, contact_key, contact_type_key |