In Oracle, what is the purpose of the JOIN clause?
A. Combine rows from two or more tables
B. Retrieve all rows from the left table
C. Retrieve rows that have no matching rows in the right table
D. Exclude specified rows
'JOIN' is used to combine rows from two or more tables based on a related column in Oracle.