ServiceNow Certified System Administrator — Question 178
Which one of the following describes the primary operations performed against tables in the ServiceNow platform?
Answer options
- A. Create, Read, Upload, Delete
- B. Capture, Rate, Write, Develop
- C. Create, Rate, Update, Delete
- D. Create, Read, Write, Delete
Correct answer: D
Explanation
The correct answer is D because it accurately represents the standard CRUD operations (Create, Read, Update, Delete) performed on database tables. Options A and C include incorrect operations, such as 'Upload' and 'Rate,' which are not standard actions. Option B introduces unrelated terms that do not reflect the primary operations on tables.