正解:B
Reference:
Why is the Correct Answer "sys_user_group"?
The sys_user_group table is the official table for storing group records.
Groups are used for assigning tasks, roles, and responsibilities in ServiceNow.
The sys_user_group table contains records for all defined groups, including IT support teams, security groups, and business process groups.
Why Not the Other Options?
A . Group [sn_user_group]: ❌ No such table exists in ServiceNow.
C . Group [s_sys_group]: ❌ Incorrect, as there is no "s_sys_group" table in ServiceNow.
D . Group [u_sys_group]: ❌ "u_" prefix refers to custom tables, but the standard group table is sys_user_group.
Reference from the Certified System Administrator (CSA) Official Documentation:
Managing User Groups in ServiceNow: ServiceNow Docs
ServiceNow Knowledge Base: KB0832548 (Group Table Information)
The sys_user_group table is the correct location for storing group records, allowing efficient role-based access and task assignments in ServiceNow.