Table: dbo.Recorded_Event_Staff_Recorded_Event_Object | |||
Table that links a recorded event with a recorded event object for a staff. | |||
Columns | |||
Name | Type | Constraints | Description |
recorded_event_KEY | int (4) | NOT NULL | Primary key and foreign key to Recorded_Event table |
recorded_event_object_KEY | int (4) | NOT NULL | Foreign key to Recorded_Event_Object table |
Primary key | |||
Name | Columns | Description | |
PK_Recorded_Event_Staff_Recorded_Event_Object$recorded_event_KEY | recorded_event_KEY |