Table: dbo.Recorded_Event_Object_N_Workpaper
Table used to store references of the event object with the workpaper key on which the action is performed.
Columns
NameTypeConstraintsDescription
recorded_event_object_KEYint (4)NOT NULLForeign key references for event object to know what event is performed on the workpaper.
workpaper_KEYint (4)NOT NULLForeign key references for workpaper to know on which workpaper the user has performed the action.
Primary key
NameColumnsDescription
PK_Recorded_Event_Object_N_Workpaper$recorded_event_object_KEYrecorded_event_object_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Recorded_Event_Object_N_Workpaper_Workpaper__workpaper_KEYworkpaper_KEYWorkpaper (workpaper_KEY)
FK_Recorded_Event_Object_N_Workpaper__Recorded_Event_Object__recorded_event_object_KEYrecorded_event_object_KEYRecorded_Event_Object (recorded_event_object_KEY)

Schema diagram