正解:B,D
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.