Table: dbo.Recorded_Event_Object_N_Client_Access_Notification
A link table that links dbo. Recorded_Event_Object table and dbo. Client_Access_Notification table.
Columns
NameTypeConstraintsDescription
recorded_event_object_KEYint (4)NOT NULLPrimary key for this table
client_access_notification_KEYint (4)NOT NULLForeign to Client_Access_Notification.
Primary key
NameColumnsDescription
PK_Recorded_Event_Object_N_Client_Access_Notification$recorded_event_object_KEYrecorded_event_object_KEY
Unique constraints
NameColumnsDescription
UK_Recorded_Event_Object_N_Client_Access_Notification$client_access_notification_KEYclient_access_notification_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Recorded_Event_Object_N_Client_Access_Notification__Client_Access_Notification__client_access_notification_KEYclient_access_notification_KEYClient_Access_Notification (client_access_notification_KEY)
FK_Recorded_Event_Object_N_Client_Access_Notification__Recorded_Event_Object__recorded_event_object_KEYrecorded_event_object_KEYRecorded_Event_Object (recorded_event_object_KEY)

Schema diagram