CSA · Question #1
What is the platform name for the User table?
The correct answer is B. sys_users. The platform name for the User table in ServiceNow, as indicated by the correct choice, is sys_users.
Question
What is the platform name for the User table?
Options
- Au_users
- Bsys_users
- Cx_users
- Dsys_user
How the community answered
(54 responses)- A4% (2)
- B87% (47)
- C2% (1)
- D7% (4)
Why each option
The platform name for the User table in ServiceNow, as indicated by the correct choice, is sys_users.
`u_users` is incorrect because tables prefixed with `u_` typically denote custom tables, whereas the User table is a core system table.
B is correct because, in the context of this question, `sys_users` is identified as the platform name for the User table, which stores all user records essential for managing access and user-related information within the instance.
`x_users` is incorrect as the `x_` prefix is primarily used for tables within scoped applications, not for the global User table.
`sys_user` is incorrect because the designated platform name for the User table in this scenario is `sys_users`.
Concept tested: ServiceNow core table identification
Topics
Community Discussion
No community discussion yet for this question.