What Is Null Actually?

SQL
Author

Imad Dabbura

Published

October 13, 2022

Null is a special value that represents an unknown value. Any arithmatic operation (+,-,*, /) that has at least one Null operand results in Null. The same thing applies with comparisons: All comparisons with Null would result in Null. Even Null = Null returns Null. Therefore,