Table: dbo.Journal_N_Checkbook
Table linking the Journal and Checkbook tables
Columns
NameTypeConstraintsDescription
journal_KEYint (4)NOT NULLPrimary key of the table and foreign key to Journal table
checkbook_KEYint (4)NOT NULLforeign key to the Checkbook Table
Primary key
NameColumnsDescription
PK_Journal_N_Checkbook$journal_KEYjournal_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Journal_N_Checkbook__Checkbook__checkbook_KEYcheckbook_KEYCheckbook (checkbook_KEY)
FK_Journal_N_Checkbook__Journal__journal_KEYjournal_KEYJournal (journal_KEY)

Schema diagram