ServiceNow Certified Application Developer — Question 102
Which of the following is true about deleting fields from a table?
Answer options
- A. Table records are deleted when a field is deleted
- B. User-defined non-inherited fields can be deleted
- C. Any field on a table can be deleted
- D. Inherited fields can be deleted
Correct answer: B
Explanation
The correct answer is B because user-defined non-inherited fields are the only ones that can be deleted without affecting the integrity of the table. Option A is incorrect because deleting a field does not remove records. Options C and D are also false as not all fields can be deleted, particularly inherited fields.