Table: dbo.Recorded_Event_Object_N_GL_Account
Table that links a recorded event object record with a GL_Account record.
Columns
NameTypeConstraintsDescription
recorded_event_object_KEYint (4)NOT NULLPrimary key and foreign key to Recorded_Event_Object table
gl_account_KEYint (4)NOT NULLForeign key to GL_Account table
Primary key
NameColumnsDescription
PK_Recorded_Event_Object_N_GL_Account$recorded_event_object_KEYrecorded_event_object_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Recorded_Event_Object_N_GL_Account__GL_Account__gl_account_KEYgl_account_KEYGL_Account (gl_account_KEY)
FK_Recorded_Event_Object_N_GL_Account__Recorded_Event_Object__recorded_event_object_KEYrecorded_event_object_KEYRecorded_Event_Object (recorded_event_object_KEY)

Schema diagram