正解:A
In ServiceNow, user records are stored in thesys_usertable. This table contains all user-related information such as username, email, department, roles, and active status.
sys_user Table Structure:
Stores all user accounts in the system.
Contains fields likeuser_name,email,first_name,last_name, androles.
Administrators can manage users viaUser Administration > Usersin the ServiceNow navigation panel.
B). User [sn_user]- There is no such table namedsn_userin ServiceNow.
C). User [u_sys_user]- Theu_prefix indicates a custom table, which is not the default ServiceNow table.
D). User [s_user]- This table does not exist in ServiceNow.
Reference:ServiceNow User Administration - sys_user Table