CSA · Question #7
Which type of tables may be extended by other tables, but do not extend another table?
The correct answer is A. Base Tables. Base tables are tables that other tables can extend from, establishing a parent-child relationship, but the base table itself does not extend another table.
Question
Which type of tables may be extended by other tables, but do not extend another table?
Options
- ABase Tables
- BCore Tables
- CExtended Tables
- DCustom Tables
How the community answered
(27 responses)- A89% (24)
- B7% (2)
- D4% (1)
Why each option
Base tables are tables that other tables can extend from, establishing a parent-child relationship, but the base table itself does not extend another table.
A base table serves as the top-level parent in a table hierarchy, meaning other tables can extend its functionality and fields, inheriting its properties. However, a base table itself does not extend from any other table, making it the foundational table in its specific hierarchy.
"Core Tables" is a general term for fundamental ServiceNow tables; while many core tables are base tables, the term "Base Table" specifically defines the extension behavior.
Extended tables *do* extend another table, which is the opposite of the behavior described in the question.
Custom tables can be either base tables or extended tables, so "Custom Tables" is not exclusively defined by the behavior of not extending another table.
Concept tested: ServiceNow table extension hierarchy (Base Tables)
Source: https://docs.servicenow.com/bundle/utah-application-development/page/build/applications/concept/c_TableExtension.html
Topics
Community Discussion
No community discussion yet for this question.