How nulls are treated in comparison operator?
Along with comparison (relational) operators, the null values are ignored as we cannot derive the relation along with the given operand. Nulls cannot be equated. Nulls can be checked through containment by using IS NULL or IS NOT NULL operators.