CSA · Question #231
CSA Question #231: Real Exam Question with Answer & Explanation
The correct answer is D: Base Class table is not extended from another table, Parent class tables may be extended from. A Base Class table is the highest-level table in a hierarchy that is not extended from any other table, whereas a Parent Class table is any table that has one or more tables extended from it, and it may or may not be extended from another table itself.
Question
How would you distinguish between a Base Class table and a Parent Class table?
Options
- AExtended tables are always extended from Parent tables. Extended tables are usually extended
- BExtended tables can be extended from Parent tables or Base tables; but they cannot be extended
- CBase Class tables always have tables extended from them. Parent tables do not have tables
- DBase Class table is not extended from another table, Parent class tables may be extended from
Explanation
A Base Class table is the highest-level table in a hierarchy that is not extended from any other table, whereas a Parent Class table is any table that has one or more tables extended from it, and it may or may not be extended from another table itself.
Common mistakes.
- A. The statement incorrectly describes the relationship between extended, parent, and base tables and their extension characteristics, as extended tables are typically extended from parent tables.
- B. Tables are frequently extended in ServiceNow, contradicting the premise that they "cannot be extended" from parent or base tables in the context of table hierarchy.
- C. A Base Class table does not always have tables extended from it (though often they do), and the claim that Parent tables do not have tables extended from them is incorrect, as Parent tables are defined by having children.
Concept tested. Base Class vs. Parent Class tables
Topics
Community Discussion
No community discussion yet for this question.