PHONE_TYPE |
||||
| Column Name | Data Type | Nulls | References Table |
Foreign Key Name |
|---|---|---|---|---|
| phone_type_key | decimal (15,0) | |||
| phone_type | varchar (25) | |||
| description | varchar (128) | YES | ||
References made to PHONE_TYPE |
||
| Table Name | Field Name | Foreign Key Name |
|---|---|---|
| CONTACT_PHONE | phone_type_key | fk_contact_phone3 |
| CUSTOMER_PHONE | phone_type_key | fk_customer_phone3 |
Indexes on PHONE_TYPE |
|
| Index Name | Column(s) |
|---|---|
| idx_phone_type1 | phone_type |
| pk_phone_type | phone_type_key |