In Oracle, what is the purpose of the BITAND() function?
A. Concatenate multiple values
B. Perform bitwise AND operation on two numbers
C. Calculate the average value
D. Round numeric values
'BITAND()' is used to perform a bitwise AND operation on two numbers in Oracle.