nerdexam
ServiceNow

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.

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

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    87% (47)
  • C
    2% (1)
  • D
    7% (4)

Why each option

The platform name for the User table in ServiceNow, as indicated by the correct choice, is sys_users.

Au_users

`u_users` is incorrect because tables prefixed with `u_` typically denote custom tables, whereas the User table is a core system table.

Bsys_usersCorrect

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.

Cx_users

`x_users` is incorrect as the `x_` prefix is primarily used for tables within scoped applications, not for the global User table.

Dsys_user

`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

#ServiceNow tables#User table#Platform naming conventions#Core data management

Community Discussion

No community discussion yet for this question.

Full CSA Practice