| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> How to cope with missing values - NULLS?
How to cope with missing values - NULLS?
The to me fundamental problem is how to cope with missing values. I
agree that You have no need for them in base tables, but what happens
in the situation where you have an outer join? If outer joins are to
be provided by the DBMS - and I believe they are to useful to be let
out - there must be some means of denoting that a field has no value.
There are three ways to go:
My personal conclusion is that we are stuck with NULLS - if not in the SQL sense then at least in the sense that we are to have some kind of sum type. And if we are stuck with such a type, then the only sensible thing is to have it standardised by the DBMS - how else are we going to let the DBMS perform the outer join by itself?
Kind regards
Peter
Received on Fri Apr 18 2003 - 10:17:45 CDT
![]() |
![]() |