| Table: dbo.Journal_N_Checkbook | |||
| Table linking the Journal and Checkbook tables | |||
| Columns | |||
| Name | Type | Constraints | Description |
| journal_KEY | int (4) | NOT NULL | Primary key of the table and foreign key to Journal table |
| checkbook_KEY | int (4) | NOT NULL | foreign key to the Checkbook Table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Journal_N_Checkbook$journal_KEY | journal_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Journal_N_Checkbook__Checkbook__checkbook_KEY | checkbook_KEY | Checkbook (checkbook_KEY) | |
| FK_Journal_N_Checkbook__Journal__journal_KEY | journal_KEY | Journal (journal_KEY) | |