CSA · Question #333
A group is stored in which table?
The correct answer is C. Group[sys_user_group]. In ServiceNow, all information pertaining to user groups, including their definitions and members, is consistently stored within the sys_user_group table.
Question
A group is stored in which table?
Options
- AGroup[user group]
- BGroup[sys_user]
- CGroup[sys_user_group]
- DGroup[sys_user_group_profile]
How the community answered
(61 responses)- A3% (2)
- B2% (1)
- C93% (57)
- D2% (1)
Why each option
In ServiceNow, all information pertaining to user groups, including their definitions and members, is consistently stored within the `sys_user_group` table.
Group[user group] is a descriptive label and not the actual technical name of the table where groups are stored.
`sys_user` is the table where individual user records are stored, not user group definitions.
The `sys_user_group` table is the dedicated and standard table in ServiceNow for storing all definitions and properties of user groups, which organize users for access control and other purposes.
There is no standard ServiceNow table named `sys_user_group_profile` for storing group records.
Concept tested: ServiceNow group table
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/user-administration/reference/r_UsersAndGroupsTables.html
Topics
Community Discussion
No community discussion yet for this question.