| Table: dbo.Print_Job_Subtype | |||
| Table to store the sub output types for printers | |||
| Columns | |||
| Name | Type | Constraints | Description |
| print_job_subtype_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | Description of the sub output type. |
| print_job_type_KEY | int (4) | NOT NULL | Foreign key to the parent output type for this sub output type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Print_Job_Subtype | print_job_subtype_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Print_Job_Subtype$description$print_job_type_KEY | description, print_job_type_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Print_Job_Subtype__Print_Job_Type__print_job_type_KEY | print_job_type_KEY | Print_Job_Type (print_job_type_KEY) | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Processed_Tax_Form__Print_Job_Subtype__print_job_subtype_KEY | print_job_subtype_KEY | Processed_Tax_Form | |
| FK_Printer_User_Preference_By_Subtype__Print_Job_Subtype__print_job_subtype_KEY | print_job_subtype_KEY | Printer_User_Preference_By_Subtype | |