ServiceNow Certified Application Developer — Question 102

Which of the following is true about deleting fields from a table?

Answer options

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.