Oracle Application Express 5: Developing Web Applications — Question 13
Which two are true about an "editable" interactive grid? (Choose two.)
Answer options
- A. All columns can be updated
- B. You can insert multiple records at a time
- C. You can define a computation
- D. You can update only one record at a time
- E. You can include dynamic actions on a column
Correct answer: D, E
Explanation
The correct answers are D and E. An 'editable' interactive grid allows updates to one record at a time (D), while also permitting dynamic actions on the columns (E). Options A and B are incorrect because the grid does not allow bulk updates or modifications to all columns simultaneously.