正解:C
The primary operations performed on tables inServiceNowfollow theCRUDmodel:
Create (C)- Adding a new record to a table.
Read (R)- Viewing or retrieving a record from a table.
Write (W)- Editing or updating an existing record.
Delete (D)- Removing a record from a table.
These operations are fundamental todatabase managementand align with ServiceNow'sAccess Control Rules (ACLs), which enforce security permissions for each operation.
A). Create, Rate, Update, DeleteIncorrect- "Rate" is not a standard database operation.
B). Create, Read, Upload, DeleteIncorrect- "Upload" is not a standard database operation.
D). Capture, Rate, Write, DevelopIncorrect- None of these terms (except "Write") relate to database operations.
Incorrect Answer Choices Analysis:
ServiceNow Docs - CRUD Operations in Tables#Tables and CRUD Operations
ServiceNow Docs - Access Control Rules#ServiceNow ACLs for CRUD
Official ServiceNow Documentation References: