Loading lesson path
Concept visual
Start at both ends
❮ SQL Keywords
Formula
command is used to test for non - empty values (NOT NULL values).The following SQL lists all customers with a value in the "Address" field:
SELECT CustomerName, ContactName, Address
IS NOT NULL;❮ SQL Keywords