nerdexam
ServiceNow

CAD · Question #83

Tables that extend a table do what?

The correct answer is D. Inherit the parent's fields. Tables that extend a table inherit the parent's fields. Extending a table means creating a child table that shares the same columns and business logic as the parent table. For example, the Incident table extends the Task table, which means that all fields defined on the Task tabl

Submitted by layla.eg· Apr 18, 2026Designing and Creating an Application

Question

Tables that extend a table do what?

Options

  • ASometimes inherit the parent's fields
  • BAutomatically update the application scope
  • CDo not inherit the parent's fields
  • DInherit the parent's fields

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    7% (3)
  • D
    89% (39)

Explanation

Tables that extend a table inherit the parent's fields. Extending a table means creating a child table that shares the same columns and business logic as the parent table. For example, the Incident table extends the Task table, which means that all fields defined on the Task table are also available on the Incident table. Extending a table allows for reusing existing fields and behaviors without duplicating them on multiple tables.

Topics

#Table Extension#Table Inheritance#Data Model#Fields

Community Discussion

No community discussion yet for this question.

Full CAD Practice