Question 109:
Which three statements are true regarding the usage of the WITH clause in complex correlated subqueries? (Choose three.)
Answer options:
A. It can be used only with the SELECT clause. B. The WITH clause can hold more than one query. C. If the query block name and the table name are the same, then the table name takes precedence. D. The query name in the WITH clause is visible to other query blocks in the WITH clause as well as to the main query block