CSA · Question #152
User records are stored in which table?
The correct answer is A. User [sys_user]. This question asks to identify the correct table where user records are stored in ServiceNow.
Question
User records are stored in which table?
Options
- AUser [sys_user]
- BUser [sn_user]
- CUser [u_sys_user]
- DUser [s_user]
How the community answered
(60 responses)- A90% (54)
- B5% (3)
- C2% (1)
- D3% (2)
Why each option
This question asks to identify the correct table where user records are stored in ServiceNow.
The `sys_user` table is the standard, out-of-the-box table in ServiceNow that stores all user records, including information like usernames, passwords, roles, and contact details. This table is fundamental for user authentication and authorization across the platform.
`sn_user` is not a standard ServiceNow table for user records; `sn_` is sometimes used for scoped applications.
`u_sys_user` indicates a custom table (`u_`) named sys_user, which is incorrect as the standard table is not prefixed with `u_`.
`s_user` is not a standard ServiceNow table for user records.
Concept tested: ServiceNow core user table identification
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/users/concept/c_Users.html
Topics
Community Discussion
No community discussion yet for this question.