Null Values
Next: Views
Up: SQL
Previous: Updates
-
With insertions, we saw how null values might be needed if values
were unknown.
Queries involving nulls pose problems.
-
If a value is not known, it cannot be compared or be used as part of
an aggregate function.
-
All comparisons involving null are false by definition.
However, we can use the keyword null to test for null values:

-
All aggregate functions except count ignore tuples with null
values on the argument attributes.
Page created and maintained by Osmar R. Zaï ane
Last Update:
Mon Oct 16 16:41:58 PDT 1995