nerdexam
ServiceNow

CAD · Question #155

Can inherited fields be deleted from a table?

The correct answer is A. No, inherited fields cannot be deleted from a child table: This is correct. Inherited fields are part. In ServiceNow's table inheritance model, a child table inherits all fields defined on its parent table. Those inherited fields are owned by the parent and are locked read-only in the child table's schema-they cannot be deleted from the child. Removing an inherited field would req

Submitted by kev92· Apr 18, 2026Designing and Creating an Application

Question

Can inherited fields be deleted from a table?

Options

  • ANo, inherited fields cannot be deleted from a child table: This is correct. Inherited fields are part
  • BYes, but only if they are text fields: This is incorrect. The data type of the field does not permit
  • CYes, select the red X in the left-most column in the table definition: This is incorrect. Inherited
  • DYes, but only if there has never been any saved field data: This is incorrect. The presence or

How the community answered

(25 responses)
  • A
    88% (22)
  • C
    8% (2)
  • D
    4% (1)

Explanation

In ServiceNow's table inheritance model, a child table inherits all fields defined on its parent table. Those inherited fields are owned by the parent and are locked read-only in the child table's schema-they cannot be deleted from the child. Removing an inherited field would require modifying or deleting it on the parent table, which would affect all child tables. A field's data type and whether it has stored data are both irrelevant to this restriction.

Topics

#Table Inheritance#Field Management#ServiceNow Data Model

Community Discussion

No community discussion yet for this question.

Full CAD Practice