Oracle Application Express 5: Developing Web Applications — Question 39
Which three sources can be used for a classic report? (Choose three.)
Answer options
- A. RESTful Web Source module
- B. CSV (comma separated values) file
- C. PL/SQL function returning a SQL query
- D. PL/SQL function returning a single value variable
- E. SQL Query
- F. PL/SQL stored procedure with the OUT parameter
- G. Excel spreadsheet
Correct answer: A, C, E
Explanation
The correct sources for a classic report include the RESTful Web Source module, a PL/SQL function returning a SQL query, and a SQL Query itself, as they all provide structured data suitable for reporting. Options B, D, F, and G do not generate the required report formats or data structures needed for classic reports.