| Table: dbo.Synchronized_Privilege | |||
| Identifies groups of privilege keys that must always have the same value in the array of privilege data. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| privilege_KEY | int (4) | NOT NULL | Primary key. Identifies one privilege in a group of privileges that must have the same value. |
| synchronized_privilege_group_KEY | int (4) | NOT NULL | Identifies which synchronized group this privilege belongs to. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Synchronized_Privilege$privilege_KEY | privilege_KEY | ||