ServiceNow Certified Application Developer — Question 14

Which of the following statements does NOT apply when extending an existing table?

Answer options

Correct answer: D

Explanation

The correct answer is D because when extending a table, the new table inherits behaviors from the parent table, minimizing the need for custom scripting. Options A, B, and C accurately describe the characteristics of the new table in relation to its parent table, making them true statements.