| Table: dbo.Print_Job_Type | |||
| Table to store the output types for printers | |||
| Columns | |||
| Name | Type | Constraints | Description |
| print_job_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | Description of the output type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Print_Job_Type | print_job_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Print_Job_Type$description | description | ||