Correct Answer: C
In ServiceNow, Core Tables are foundational tables that are included by default in the platform. These tables store essential records used across various applications and modules.
🔹 Key Core Tables in ServiceNow:
Task (task) - A core table that serves as the parent for several other tables, such as Incident, Change, and Problem.
User (sys_user) - Stores all user records in the instance.
Incident (incident) - A child table of task, used to track issues and requests reported by users.
🔹 Why Option C is Correct?
User (sys_user) - Essential for user management in ServiceNow.
Task (task) - A fundamental table that many other tables extend from.
Incident (incident) - A widely used table in IT Service Management (ITSM), which extends from task.
🔹 Incorrect Options Explained:
A . Configuration, Connect, Chat - Configuration is broad and does not refer to a single table, and Connect and Chat are part of ServiceNow's communication framework but are not core tables.
B . Team, Party, Awards - These tables do not exist in ServiceNow's core platform.
D . Work, Caller, Timecard - While Caller may refer to users, and Timecard is a table used in time-tracking applications, these are not considered core tables.
📌 Reference:
Creating Tables in ServiceNow
ServiceNow Task Table Documentation
Understanding Core Tables in ServiceNow