ServiceNow Certified System Administrator — Question 15

When creating a global custom table named `abc`, what is the table name that is automatically assigned by the platform?

Answer options

Correct answer: C

Explanation

The correct answer is C, as global custom tables in the platform are prefixed with 'u_' to indicate they are user-defined. The other options, such as 'snc_' and 'sys_', are reserved for system and core tables, while 'abc' is just the name of the custom table itself without any prefix.