Table: dbo.Recorded_Event_Object_N_Client | |||
Table that links a recorded event object record with an client record. | |||
Columns | |||
Name | Type | Constraints | Description |
recorded_event_object_KEY | int (4) | NOT NULL | Primary key and foreign key to Recorded_Event_Object table |
client_KEY | int (4) | NOT NULL | Foreign key to Client table |
Primary key | |||
Name | Columns | Description | |
PK_Recorded_Event_Object_N_Client$recorded_event_object_KEY | recorded_event_object_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Recorded_Event_Object_N_Client$client_KEY | client_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Recorded_Event_Object_N_Client__Client__client_KEY | client_KEY | Client (client_KEY) | |
FK_Recorded_Event_Object_N_Client__Recorded_Event_Object__recorded_event_object_KEY | recorded_event_object_KEY | Recorded_Event_Object (recorded_event_object_KEY) |