The optimizer by default applies the following complements: ``` x AND NOT x => False x OR NOT x => True ``` This is false because x can be a column and have a `NULL` values.