Oracle Application Express 5: Developing Web Applications — Question 63
Which three actions can be performed in Object Browser? (Choose three.)
Answer options
- A. Enable and disable constraints.
- B. Write a SQL statement to update data in a table.
- C. Review the storage clause for a table or view.
- D. Enable and disable indexes.
- E. Truncate a table.
- F. Download table data to XML.
- G. Review the SQL statement for an existing table.
Correct answer: A, D, E
Explanation
The correct answers A, D, and E are actions that can be performed in Object Browser, such as enabling/disabling constraints, indexes, and truncating tables. Options B, C, F, and G are not valid actions in Object Browser, as they pertain to other functionalities not available in this context.