ServiceNow Certified System Administrator — Question 272

For your implementation, the following tables are extended from each other:
• Incident table is extended from Task table.
• Super Incident table is extended from Incident table.

In this situation, which table(s) are Parent, Child and Base tables? (Choose five.)

Answer options

Correct answer: B, F, G, H, I

Explanation

The Incident table acts as a Child table because it is extended from the Task table, which is its Parent. The Super Incident table is also a Child table since it is derived from the Incident table. The Task table is the Base table as it is the original table from which others are extended.