ServiceNow Certified Application Developer — Question 121

Tables that extend a table do what?

Answer options

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.