Any operation where one of the operands has the NULL value returns NULL.
The exceptions are:
- The AND operation returns NULL only if none of the operands has the False value.
- The OR operation returns NULL only if none of the operands has the True value.