nerdexam
ServiceNow

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.

Submitted by satoshi_tk· Apr 18, 2026Database Management and Platform Security

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)
  • A
    4% (1)
  • C
    8% (2)
  • D
    88% (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.

ACreate, Read, Upload, Delete

"Upload" is a specific action for files, not a general primary operation for managing records within a table.

BCapture, Rate, Write, Develop

These terms (Capture, Rate, Write, Develop) are not standard database or table manipulation operations in ServiceNow.

CCreate, Rate, Update, Delete

"Rate" is not a standard primary operation for managing records in a table; "Update" is the correct term for modifying existing records.

DCreate, Read, Write, DeleteCorrect

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

#Database Operations#Table Interaction#CRUD Concepts#Platform Fundamentals

Community Discussion

No community discussion yet for this question.

Full CSA Practice