Which one of the following describes the primary operations performed against tables in the ServiceNow platform?
Which one of the following describes the primary operations performed against tables in the ServiceNow platform?
The primary operations performed against tables in the ServiceNow platform are those that involve managing the lifecycle of records in the database. These operations are known as CRUD, which stands for Create, Read, Update, and Delete. These operations are essential for allowing users to add new records, retrieve records, modify existing records, and remove records as needed. Therefore, Create, Read, Write, Delete most accurately describes the primary operations as 'Write' is often used interchangeably with 'Update' in this context.
Please read page 367 from the ServiceNow Administration Fundamentals - Tokyo booklet. It states Create, Delete, Read, Write. There is no Upload. There is an update, as stated in answer "C" but "C" also contains "Rate" which is also incorrect. Trick question!
The answer is D. Please read each choice in the question carefully. CRUD / CRWD are used interchangeably. Create / Read / Update or Write / Delete The screen shots proof is here https://www.servicenow.com/community/developer-forum/crud-or-crwd/m-p/2583304
C is the right answer, these operations are called CRUD
Well apologies it is not C because it should be Create, Read, Update and Delete
READ NOT RATE SO IT SHOULD BE A
"CRUD", but the W for Write can replace the U for Update.
Correct Answer is D Choice A has "Upload" this is incorrect Choice C has "Rate" this is incorrect
The correct answer is D. In ServiceNow a CRUD is named as a CRWD, Create, Read, Write and Delete, be careful and take your time to understand the question
remember CRUD so not D!
in ServiceNow, its CRWD. Do not confuse everyone please
it is CRUD not CRWD
it is CRUD not CRWD
C is the right answer, these operations are called CRUD
Create, Read, Update, Delete is CRUD
https://docs.servicenow.com/bundle/utah-it-service-management/page/product/configurable-workforce-optimization-itsm/reference/components-installed-worforce-optimization-itsm.html
It is A. Sorry. Create, Read, Update, Delete
D is the right answer.
D is correct
Create, Read, Write, Delete To make it easier to remember they acronym CRUD was introduced, where U stands for Update. But such choice is not available in AC rules, you have WRITE only. CRUD is for ease of remembering the basic operations, but it NOT the real option available.