In Oracle, what is the purpose of the WITH clause?
A. Combine rows from two or more tables
B. Create a temporary result set for use in a SELECT statement
C. Sort the result set
D. Join multiple tables
The 'WITH' clause is used to create a temporary result set for use in a SELECT statement in Oracle.