nerdexam
ServiceNow

CSA · Question #458

What type of table has a name starting with u_ or x_?

The correct answer is A. Custom table. Custom tables in ServiceNow carry a prefix that distinguishes them from out-of-box tables: u_ denotes a table created directly in the global scope by an administrator, while x_ denotes a table created inside a scoped application. Core and Base tables are ServiceNow-provided…

Submitted by carlos_mx· Apr 18, 2026Introduction to Development

Question

What type of table has a name starting with u_ or x_?

Options

  • ACustom table
  • BParent table
  • CCore table
  • DBase table

How the community answered

(43 responses)
  • A
    93% (40)
  • B
    5% (2)
  • C
    2% (1)

Explanation

Custom tables in ServiceNow carry a prefix that distinguishes them from out-of-box tables: u_ denotes a table created directly in the global scope by an administrator, while x_ denotes a table created inside a scoped application. Core and Base tables are ServiceNow-provided tables and use no such prefix. Parent tables are a structural concept unrelated to naming conventions.

Topics

#ServiceNow tables#custom tables#naming conventions#schema prefixes

Community Discussion

No community discussion yet for this question.

Full CSA Practice