102k views
3 votes
The Change Task [change_task] table is extended from the _____________ table.

A. Configuration Item [cmdb_ci]
B. Task [task]
C. Change Request [change_request]
D. Nothing - it is a base table

1 Answer

3 votes

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.

User Neanderthal
by
8.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.