ServiceNow Certified Application Developer — Question 121
Tables that extend a table do what?
Answer options
- A. Automatically update the application scope
- B. Do not inherit the parent’s fields
- C. Sometimes inherit the parent’s fields
- D. Inherit the parent’s fields
Correct answer: D
Explanation
The correct answer is D because tables that extend another table do inherit the fields from the parent, allowing for a structured hierarchy. Option A is incorrect as extending tables does not automatically update application scope. Option B is incorrect since extending tables do inherit fields, and option C is misleading as it implies uncertainty where inheritance is guaranteed.