Table: Datasharing_Group | |||
Columns | |||
Name | Type | Constraints | Description |
datasharing_group_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table. This table is used to associate Datasharing_Path rows together |
Primary key | |||
Name | Columns | Description | |
PK_Datasharing_Group$datasharing_group_KEY | datasharing_group_KEY | CLUSTERED |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Datasharing_Path__Datasharing_Group__datasharing_group_KEY | datasharing_group_KEY | Datasharing_Path | on delete cascade; |