Numerical Math Functions Oracle PLSQL Tutorial

SQL>  select BITAND(0, 0)  from dual;
BITAND(0,0)
-----------
          0