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