正解:A
In ServiceNow, every table has asystem name (platform name)that follows a consistent naming convention.
TheGroup tablestores information about user groups and isnamed:
sys_user_group
sys_user_group= System table for user groups.
sys_user= Table for individual user records.
sys_user_role= Table for user roles.
B: sys_group- No such table exists in ServiceNow.
C: group- This is not the correct system name; ServiceNow uses "sys_user_group" for clarity.
D: sys_groups- Incorrect pluralization; ServiceNow tables are typically singular (e.g., sys_user, sys_user_role).
ServiceNow Tables and Data Structure
ServiceNow CSA Training Module:"User and Group Administration"
Understanding the Naming Convention:Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation: