| Table: dbo.Recorded_Event_Object_N_Checkbook | |||
| Table that links a recorded event object record with a checkbook. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| recorded_event_object_KEY | int (4) | NOT NULL | Primary key and foreign key to Recorded_Event_Object table |
| checkbook_KEY | int (4) | NOT NULL | Foreign key to Checkbook table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Recorded_Event_Object_N_Checkbook$recorded_event_object_KEY | recorded_event_object_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recorded_Event_Object_N_Checkbook$checkbook_KEY | checkbook_KEY | ||