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…
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)- A93% (40)
- B5% (2)
- C2% (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
Community Discussion
No community discussion yet for this question.