CAD · Question #162
Which database operations can be controlled with Application Access? (Choose 2 answers)
The correct answer is B. Create D. Query. Application Access settings in ServiceNow control which operations are permitted on a table by other applications. The following operations can be restricted: Query (A) - Valid: Controls whether other applications can read (query) records from the table. Create (B) - Valid…
Question
Which database operations can be controlled with Application Access? (Choose 2 answers)
Options
- AUpdate
- BCreate
- CExecute
- DQuery
How the community answered
(51 responses)- A2% (1)
- B92% (47)
- C6% (3)
Explanation
Application Access settings in ServiceNow control which operations are permitted on a table by other applications. The following operations can be restricted: Query (A) - Valid: Controls whether other applications can read (query) records from the table. Create (B) - Valid: Determines whether other applications can add new records to the table. Execute (C) - Incorrect: No such operation exists for Application Access. Update (D) - Incorrect: "Update" permissions are controlled through Access Control Lists (ACLs), not Application Access settings.
Topics
Community Discussion
No community discussion yet for this question.