ServiceNowServiceNow
CSA · Question #1
CSA Question #1: Real Exam Question with Answer & Explanation
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.
Submitted by kim_seoul· Apr 18, 2026Database Management and Platform Security
Question
What is the platform name for the User table?
Options
- Au_users
- Bsys_users
- Cx_users
- Dsys_user
Explanation
The platform name for the User table in ServiceNow, as indicated by the correct choice, is sys_users.
Common mistakes.
- A.
u_usersis incorrect because tables prefixed withu_typically denote custom tables, whereas the User table is a core system table. - C.
x_usersis incorrect as thex_prefix is primarily used for tables within scoped applications, not for the global User table. - D.
sys_useris incorrect because the designated platform name for the User table in this scenario issys_users.
Concept tested. ServiceNow core table identification
Topics
#ServiceNow tables#User table#Platform naming conventions#Core data management
Community Discussion
No community discussion yet for this question.