Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-771 Topic 15 Question 3 Discussion

Actual exam question for Oracle's 1Z0-771 exam
Question #: 3
Topic #: 15
[All 1Z0-771 Questions]

You have defined a REST Data Source with ORDS as the REST Data Source Type. The Source is being used as source for an editable Interactive Grid. When a user updates an employee record in this Interactive Grid, which operation is performed on the Database?

Show Suggested Answer Hide Answer
Suggested Answer: C

An editable Interactive Grid synced with a REST Data Source (ORDS) maps CRUD operations to HTTP methods:

C . PUT: Updates an existing resource. When a user edits a row (e.g., changes SALARY), the grid sends a PUT request to the ORDS endpoint (e.g., /employees/101), updating the corresponding record.

A . POST: Creates new records, used for inserts, not updates.

B . GET: Retrieves data, used for initial grid population, not updates.

Technical note: ORDS maps PUT to an update operation on the underlying table, requiring the REST endpoint to support this method.


Contribute your Thoughts:

Diane
2 days ago
This seems pretty straightforward. Since the question mentions updating an employee record, I'm guessing the answer is C. PUT, which is the HTTP method used for updating resources.
upvoted 0 times
...

Save Cancel