| Table: dbo.Spreadsheet_Import_Deduction_Item_Type | |||
| Table to identify the deduction item type used when importing employees | |||
| Columns | |||
| Name | Type | Constraints | Description |
| spreadsheet_import_deduction_item_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (40) | NOT NULL | Deduction item import type description |
| sequence_number | int (4) | NOT NULL | sequence number for a deduction type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Spreadsheet_Import_Deduction_Item_Type | spreadsheet_import_deduction_item_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Spreadsheet_Import_Deduction_Item_Type$description | description | ||
| UK_Spreadsheet_Import_Deduction_Item_Type$sequence_number | sequence_number | ||