Category: Interview Questions
Updated on: June 29, 2025  |  0

Diff b/w base, core and task tables

šŸ” What is the Diff b/w base, core and task tables?

- In ServiceNow, the terms "base table," "core table," and "task table" refer to different classifications and roles of tables within the platform's database structure.

āž” Base Table:

- A table at the root of an inheritance structure, not extending any other table. Examples include Task [task] and CMDB [cmdb].

āž” Core Table:

- Any table that is part of the standard ServiceNow platform when it is first installed. Examples include Task, Incident, Problem, Change Request, CMDB CI, and User. A core table can be a base table or an extended table.

āž” Task Table:

- Specifically refers to the Task [task] table, which is both a base and a core table. It's unique because it is the direct parent table for many crucial work management processesĀ inĀ ServiceNow.

Comments

No comments yet.


Log in to post a comment