CAD · Question #116
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…
The correct answer is A. Incident table is a Child table B. Incident table is a Parent table D. Super Incident table is a Child table F. Task table is a Base table G. Task table is a Parent table. In a table extension hierarchy where Incident extends Task and Super Incident extends Incident, the Task table acts as both a Parent and the Base table. The Incident table is both a Child (of Task) and a Parent (of Super Incident), while the Super Incident table is a Child table.
Question
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 5 answers
Options
- AIncident table is a Child table
- BIncident table is a Parent table
- CTask table is a Child table
- DSuper Incident table is a Child table
- ESuper Incident table is a Parent table
- FTask table is a Base table
- GTask table is a Parent table
- HIncident table is a Base table
- ISuper Incident table is a Base table
How the community answered
(40 responses)- A90% (36)
- E3% (1)
- H3% (1)
- I5% (2)
Why each option
In a table extension hierarchy where `Incident` extends `Task` and `Super Incident` extends `Incident`, the `Task` table acts as both a Parent and the Base table. The `Incident` table is both a Child (of `Task`) and a Parent (of `Super Incident`), while the `Super Incident` table is a Child table.
The Incident table is a child table because it explicitly extends from the Task table, inheriting its fields and functionality.
The Incident table is a parent table because the Super Incident table extends from it, making it the parent in that specific extension relationship.
The Task table is not a child table as it is the highest-level table in this extension hierarchy.
The Super Incident table is a child table because it explicitly extends from the Incident table, inheriting its characteristics.
The Super Incident table is not a parent table because no other table is stated to be extended from it in this scenario.
The Task table is considered a base table in this context as it is the top-level table from which the Incident table extends, establishing the foundation for this specific hierarchy.
The Task table is a parent table because the Incident table extends directly from it, making it the immediate parent of Incident.
The Incident table is not a base table because it extends from the Task table.
The Super Incident table is not a base table because it extends from the Incident table.
Concept tested: Table extension hierarchy (Parent, Child, Base)
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/table-administration/concept/c_ExtendedTables.html
Topics
Community Discussion
No community discussion yet for this question.