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
- A. Super Incident table is a Parent table
- B. Incident table is a Child table
- C. Super Incident table is a Base table
- D. Incident table is a Base table
- E. Task table is a Child table
- F. Incident table is a Parent table
- G. Super Incident table is a Child table
- H. Task table is a Parent table
- I. Task table is a Base table
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.