Table: dbo.Recorded_Event_Object_N_Impound_Profile
This table stores information that links the recoded event object with the impound profile
Columns
NameTypeConstraintsDescription
recorded_event_object_KEYint (4)NOT NULLPrimary key for this table.
impound_profile_KEYint (4)NOT NULLThe key of the related impound profile.
Primary key
NameColumnsDescription
PK_Recorded_Event_Object_N_Impound_Profile$recorded_event_object_KEYrecorded_event_object_KEY
Unique constraints
NameColumnsDescription
UK_Recorded_Event_Object_N_Impound_Profile$impound_profile_KEYimpound_profile_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Recorded_Event_Object_N_Impound_Profile__Impound_Profile__impound_profile_KEYimpound_profile_KEYImpound_Profile (impound_profile_KEY)
FK_Recorded_Event_Object_N_Impound_Profile__Recorded_Event_Object__recorded_event_object_KEYrecorded_event_object_KEYRecorded_Event_Object (recorded_event_object_KEY)

Schema diagram