CSA · Question #184
Groups are stored in what table?
The correct answer is D. Group [sys_user_group]. This question asks to identify the specific table in ServiceNow that stores user group records.
Question
Groups are stored in what table?
Options
- AUser Group [user_groups]
- BGroups [sys_user_groups]
- CGroup [sn_sys_user_group]
- DGroup [sys_user_group]
- EUser Groups [sn_user_groups]
How the community answered
(57 responses)- A5% (3)
- B2% (1)
- C2% (1)
- D88% (50)
- E4% (2)
Why each option
This question asks to identify the specific table in ServiceNow that stores user group records.
User Group [user_groups] uses an incorrect naming convention and is not the official table name.
Groups [sys_user_groups] uses the plural '_groups' which is incorrect; the table name is singular '_group'.
Group [sn_sys_user_group] incorrectly includes the 'sn_' prefix, which is typically for scoped application tables, not the core system group table.
Group [sys_user_group] is the correct and standard table in ServiceNow where all user group definitions are stored. The `sys_` prefix indicates it is a core system table.
User Groups [sn_user_groups] contains both the incorrect 'sn_' prefix and the plural '_groups' suffix.
Concept tested: ServiceNow core tables for user groups
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/users-and-groups/task/create-a-group.html
Topics
Community Discussion
No community discussion yet for this question.