CSA · Question #225
What is the platform name for the Group table?
The correct answer is C. sys_user_group. The platform name for the Group table in ServiceNow is sys_user_group.
Question
What is the platform name for the Group table?
Options
- Asys_groups
- Bgroup
- Csys_user_group
- Dsys_group
How the community answered
(45 responses)- A2% (1)
- B2% (1)
- C91% (41)
- D4% (2)
Why each option
The platform name for the Group table in ServiceNow is `sys_user_group`.
`sys_groups` is not the correct platform table name for user groups; the correct name includes `_user_`.
`group` is a display name or label but not the actual technical platform table name, which typically includes a `sys_` prefix.
In ServiceNow, core system tables often follow a `sys_` prefix, and the table storing user group information is specifically named `sys_user_group`.
`sys_group` is an incorrect table name; the correct platform name for user groups is `sys_user_group`.
Concept tested: ServiceNow table naming conventions (Group table)
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/users-and-groups/reference/r_Groups.html
Topics
Community Discussion
No community discussion yet for this question.