ServiceNow Certified Application Developer — Question 22

What are some of the benefits of extending an existing table such as the Task table when creating a new application? a) You can repurpose existing fields by simply changing the label. b) Use existing fields with no modifications. c) Existing logic from the parent table will be automatically applied to the new table. d) All of the parent table records are copied to the new table.

Answer options

Correct answer: D

Explanation

The correct answer is D because when extending a table, you can reuse existing fields by changing their labels, and existing logic from the parent table is automatically inherited in the new table. Options A, B, and C are incorrect because they either include the wrong combinations or state that all parent records are copied, which is not true.