NOT Operator1 / 10
Select brand and color from the suits table for all suits that are not black, using the NOT operator.
Notice that suit #4 doesn't show up. Because color is null, the comparison logic won't work.
Notice that suit #4 doesn't show up. Because color is null, the comparison logic won't work.
Ctrl+Enter to submit