| Table: dbo.Recorded_Event_Object_N_Impound_Profile | |||
| This table stores information that links the recoded event object with the impound profile | |||
| Columns | |||
| Name | Type | Constraints | Description |
| recorded_event_object_KEY | int (4) | NOT NULL | Primary key for this table. |
| impound_profile_KEY | int (4) | NOT NULL | The key of the related impound profile. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Recorded_Event_Object_N_Impound_Profile$recorded_event_object_KEY | recorded_event_object_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recorded_Event_Object_N_Impound_Profile$impound_profile_KEY | impound_profile_KEY | ||