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?
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.
Alisha
5 months agoThad
6 months agoAdelle
6 months agoGeorgeanna
6 months agoLindsey
6 months agoClaudia
6 months agoJulio
7 months agoAlana
7 months agoBrianne
7 months agoTwanna
7 months agoMelvin
8 months agoMa
8 months agoMayra
8 months agoDiane
8 months ago