| Table: Scheduled_Phone_Call_Status | |||||||||
| Defines the status that a [Scheduled_Phone_Call] can have. Tags: read-only Content:
| |||||||||
| Columns | |||||||||
| Name | Type | Constraints | Description | ||||||
| scheduled_phone_call_status_KEY | int | NOT NULL | 1=Scheduled 2=Attempted 3=Completed | ||||||
| description | nvarchar (30) | NOT NULL | System defined description. | ||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Scheduled_Phone_Call_Status$scheduled_phone_call_status_KEY | scheduled_phone_call_status_KEY | CLUSTERED | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Schedule_Item__Scheduled_Phone_Call_Status__scheduled_phone_call_status_KEY | scheduled_phone_call_status_KEY | Schedule_Item | |