Final answer:
The Change Task table in ServiceNow extends from the Task table, allowing it to inherit fields and functions from this foundational table.B. Task [task]
Step-by-step explanation:
The Change Task [change_task] table is extended from the Task [task] table. In ServiceNow, this structure allows the Change Task table to inherit the fields and behaviors of the Task table,
which is a core table in the system that provides foundational attributes and functions to a variety of task-related tables. This is a common practice in ServiceNow's table inheritance, where specialized tables extend from more generic ones to gain necessary properties while also adding their specific attributes.