ServiceNow Certified System Administrator — Question 180
How would you distinguish between a Base Class table and a Parent Class table?
Answer options
- A. Extended tables are always extended from Parent tables. Extended tables are usually extended from Base tables.
- B. Extended tables can be extended from Parent tables or Base tables; but they cannot be extended from both.
- C. Base Class tables always have tables extended from them. Parent tables do not have tables extended from them.
- D. Base Class table is not extended from another table, Parent class tables may be extended from another table.
Correct answer: D
Explanation
The correct answer is D because a Base Class table stands alone without extensions, whereas Parent Class tables can have extensions. Options A, B, and C provide incorrect definitions regarding the relationships and capabilities of these table types.