| Table: dbo.Static__Valid_Address_Type_Usage_Rule | |||
| This table defines which contact types can be associated with which contact address types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| contact_type_KEY | int (4) | NOT NULL | Primary Key for this table; FK to the Contact_Type table |
| contact_address_type_KEY | int (4) | NOT NULL | FK to the Contact_Address_Type table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Static__Valid_Address_Type_Usage_Rule$contact_type_KEY$contact_address_type_KEY | contact_type_KEY, contact_address_type_KEY | ||