CSA · Question #212
Which one of the following describes the primary operations performed against tables in the ServiceNow platform?
The correct answer is D. Create, Read, Write, Delete. The primary operations performed against tables in ServiceNow align with standard database CRUD operations, which involve creating, retrieving, updating, and deleting records.
Question
Which one of the following describes the primary operations performed against tables in the ServiceNow platform?
Options
- ACreate, Read, Upload, Delete
- BCapture, Rate, Write, Develop
- CCreate, Rate, Update, Delete
- DCreate, Read, Write, Delete
How the community answered
(26 responses)- A4% (1)
- C8% (2)
- D88% (23)
Why each option
The primary operations performed against tables in ServiceNow align with standard database CRUD operations, which involve creating, retrieving, updating, and deleting records.
"Upload" is a specific action for files, not a general primary operation for managing records within a table.
These terms (Capture, Rate, Write, Develop) are not standard database or table manipulation operations in ServiceNow.
"Rate" is not a standard primary operation for managing records in a table; "Update" is the correct term for modifying existing records.
ServiceNow tables support standard database operations for managing records. The acronym CRUD (Create, Read, Update, Delete) describes these operations, and 'Write' in this context is commonly used to encompass both creating new records and updating existing ones, making it synonymous with 'Update' when 'Create' is also listed.
Concept tested: CRUD operations on ServiceNow tables
Source: https://docs.servicenow.com/bundle/utah-platform-user-interface/page/use/navigation/concept/c_AccessingRecords.html
Topics
Community Discussion
No community discussion yet for this question.