| Column Name | Data Type | Nulls | References Table |
Foreign Key Name |
|---|---|---|---|---|
| email_key | decimal (15,0) | |||
| address | varchar (50) | |||
| description | varchar (128) | YES | ||
References made to EMAIL |
||
| Table Name | Field Name | Foreign Key Name |
|---|---|---|
| CONTACT_EMAIL | email_key | fk_contact_email2 |
| CUSTOMER_EMAIL | email_key | fk_customer_email2 |
Indexes on EMAIL |
|
| Index Name | Column(s) |
|---|---|
| pk_email | email_key |