In Oracle, what is the purpose of the BETWEEN operator?
A. Filter rows based on a range of values
B. Sort the result set
C. Combine rows into groups
D. Search for a specified pattern in a column
'BETWEEN' is used to filter rows based on a range of values in Oracle.