| Table: dbo.Client_Synchronization_Type | |||
| This table defines all of the client synchronization types used in the Client_Synchronization table. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_synchronization_type_KEY | int (4) | NOT NULL | Primary Key for this table. |
| description | nvarchar (200) | NOT NULL | The description of the client synchronization type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Synchronization_Type | client_synchronization_type_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Synchronization__Client_Synchronization_Type__client_synchronization_type_KEY | client_synchronization_type_KEY | Client_Synchronization | |