ServiceNow Certified Application Developer — Question 30
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
Answer options
- A. Insert, Delete, Query, Write
- B. Create, Delete, Read, Write
- C. Create, Delete, Read, Update
- D. Insert, Delete, Query, Update
Correct answer: B
Explanation
The correct answer is B, as creating a table in a privately-scoped application automatically generates Create, Delete, Read, and Write access controls. Options A and D include 'Insert' and 'Query', which are not standard access controls for this scenario, while option C replaces 'Write' with 'Update', which is incorrect in this context.