| 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 | |||
| Name | Type | Constraints | Description |
| recorded_event_object_KEY | int (4) | NOT NULL | Primary key for this table |
| client_access_notification_KEY | int (4) | NOT NULL | Foreign to Client_Access_Notification. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Recorded_Event_Object_N_Client_Access_Notification$recorded_event_object_KEY | recorded_event_object_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recorded_Event_Object_N_Client_Access_Notification$client_access_notification_KEY | client_access_notification_KEY | ||