Generated using SQL Data Dictionary demo version.
Lookup table containing the types of business entity contacts.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | ContactTypeID | int | X | ||
| Primary key for ContactType records. | |||||
| UK | Name | Name(nvarchar(50)) | |||
| Contact type description. | |||||
| ModifiedDate | datetime | getdate() | |||
| Date and time the record was last updated. | |||||
Primary key (clustered) constraint
Unique nonclustered index.