nerdexam
ServiceNow

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.

Submitted by paula_co· Apr 18, 2026Introduction to Development

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)
  • A
    89% (24)
  • B
    7% (2)
  • D
    4% (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.

ABase TablesCorrect

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.

BCore Tables

"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.

CExtended Tables

Extended tables *do* extend another table, which is the opposite of the behavior described in the question.

DCustom Tables

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

#Tables#Table Inheritance#Base Tables

Community Discussion

No community discussion yet for this question.

Full CSA Practice