There is a query like:

SELECT * FROM tab WHERE condition1 AND condition2 AND condion3;

If condition1 is FALSE, does Oracle still evaluate condition2 and condition3, or ignore to evaluate condition2 and condition3.

Thanks for any help.