Guided Project Step - https://app.dataquest.io/m/191/guided-project%3A-answering-business-questions-using-sql/6/albums-vs-individual-tracks
In this Step, we have been told the following -
Here, we get a null value even though the two tables are not identical. That’s because all of the values for
letter
intest_table_2
are also intest_table_1
, even iftest_table_1
has an extra value.
It says we get a null value from the above. Then we have -
Equates to False as both are not null
But that’s incorrect. The second part of the above image (after the AND
) is Null as per the previous image.
In the end, that AND
still results in a False. But the explanation seems wrong.
Am I overlooking something here?