nerdexam
ServiceNow

CAD · Question #261

Which database operations can be controlled with Access Control? Choose 2 answers

The correct answer is B. Create C. Update. ServiceNow Access Control (ACL) rules can be applied to specific database operations on tables and fields. 'Create' controls whether a user can insert new records, and 'Update' (Write) controls whether a user can modify existing records. 'Execute' is used specifically for…

Submitted by manish99· Apr 18, 2026Security and Restricting Access

Question

Which database operations can be controlled with Access Control? Choose 2 answers

Options

  • AExecute
  • BCreate
  • CUpdate
  • DQuery

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    89% (24)
  • D
    7% (2)

Explanation

ServiceNow Access Control (ACL) rules can be applied to specific database operations on tables and fields. 'Create' controls whether a user can insert new records, and 'Update' (Write) controls whether a user can modify existing records. 'Execute' is used specifically for script-based ACLs (not a standard CRUD database operation), and 'Query' is not a distinct ACL operation type in ServiceNow - read access governs who can query/view records. The core database operations controllable via ACLs are read, write/update, create, and delete.

Topics

#Access Control#ACLs#Database Operations#Security

Community Discussion

No community discussion yet for this question.

Full CAD Practice