ServiceNow Certified Application Developer — Question 143
Which one of the following database operations can be controlled with Application Access? (Choose two.)
Answer options
- A. Query
- B. Update
- C. Create
- D. Delete
Correct answer: B, C
Explanation
The correct answers are B (Update) and C (Create) because Application Access typically allows control over operations that modify the database. Query and Delete operations are often managed differently, and while they may have some level of access control, they are not the primary focus of Application Access.