Synopsis: Fear of the Unknown
Let’s get introduced to the antipattern that arises because of considering the NULL value as an ordinary value.
We'll cover the following...
In our example bugs database, the Accounts
table has columns first_name
and last_name
. We can use ...