InServiceNow, theTask (task) tableis aparent tablethat provides a common structure forwork-related records. Several core tablesinherit from the Task table, meaning theyreuseits fields, business rules, and workflows.
The following tables arechildren of the Task tablein thebase system:
Incident (incident)
Used for managingbreak/fix issuesreported by users.
Inherits fields likeAssigned To, State, Priorityfrom the Task table.
Problem (problem)
Used forroot cause analysisof recurring incidents.
Inherits Task table properties, making it easy to relate problems to incidents.
Change Request (change_request)
Used tomanage changes in IT infrastructure(e.g., software updates, hardware replacements).
Inherits fields likeAssignment Group, Description, Statefrom the Task table.
D. Config
No such table named "Config" exists as a child of the Task table. Configuration-related data is stored inCMDB tables.
E. Dictionary
TheDictionary (sys_dictionary)table storesmetadata about database fields, not task-related records.
F. cmdb
TheCMDB (cmdb) table is not a child of the Task table. It storesConfiguration Items (CIs)like servers, routers, and software, which are separate from task-based workflows.
[Reference:ServiceNow CSA Documentation – Task Table and Child Tables, ServiceNow Product Documentation – Incident, Problem, and Change Management(https://docs.servicenow.com), Final Answer: A, B, C (Incident, Problem, Change Request), , , ]