nerdexam
ServiceNow

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.

Submitted by rania.sa· Apr 18, 2026Database Management and Platform Security

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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    91% (41)
  • D
    4% (2)

Why each option

The platform name for the Group table in ServiceNow is `sys_user_group`.

Asys_groups

`sys_groups` is not the correct platform table name for user groups; the correct name includes `_user_`.

Bgroup

`group` is a display name or label but not the actual technical platform table name, which typically includes a `sys_` prefix.

Csys_user_groupCorrect

In ServiceNow, core system tables often follow a `sys_` prefix, and the table storing user group information is specifically named `sys_user_group`.

Dsys_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

#ServiceNow Tables#Group Management#System Tables

Community Discussion

No community discussion yet for this question.

Full CSA Practice