Users in groups table (ARSUSRGRP)
This table maintains the association of groups with individual users.
Column Name | Data Type | Description |
---|---|---|
gid | INTEGER | Group identifier |
uid | INTEGER | User identifier |
Index name | Columns in index | Type of index |
---|---|---|
arsusrgrp_idx | gid, uid | Unique cluster index for Db2; Unique index for Oracle and SQL Server |
arsusrgrp_idx2 | uid, gid | Unique cluster index for Db2; Unique index for Oracle and SQL Server |