In Oracle, what is the purpose of the INTERSECT operator?
A. Combine rows from two or more tables
B. Rotate rows into columns based on values in a specified column
C. Find the common rows between two SELECT statements
D. Join multiple tables
The 'INTERSECT' operator is used to find the common rows between two SELECT statements in Oracle.