š 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.