ServiceNowServiceNow
CSA · Question #55
CSA Question #55: Real Exam Question with Answer & Explanation
The correct answer is C: u_abc. When a new custom table is created in ServiceNow, the platform automatically prefixes its name with u_ to designate it as a user-defined table.
Submitted by kevin_r· Apr 18, 2026Introduction to Development
Question
When creating a global custom table named `abc`, what is the table name that is automatically assigned by the platform?
Options
- Asnc_abc
- Babc
- Cu_abc
- Dsys_abc
Explanation
When a new custom table is created in ServiceNow, the platform automatically prefixes its name with u_ to designate it as a user-defined table.
Common mistakes.
- A.
snc_is not a standard prefix for custom global tables; it is sometimes used for specific ServiceNow-developed applications or internal tables. - B.
abcwould not be the table name, as custom tables always receive au_prefix. - D.
sys_is the prefix reserved for out-of-the-box system tables provided by ServiceNow, not for custom tables created by users.
Concept tested. Custom table naming convention
Topics
#Table Naming Conventions#Custom Tables#Platform Naming#Schema
Community Discussion
No community discussion yet for this question.