home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!sserve!hhcs.gov.au!cbr2!ballpe
- Newsgroups: comp.databases
- Subject: Re: What is a NULL, is there a proper definition?
- Message-ID: <1993Jan8.093348.1@cbr2>
- From: ballpe@cbr2
- Date: 8 Jan 93 09:33:48 GMT
- References: <thomasd.62.726343853@tps.COM> <1iffrnINN57c@ceres.kingston.ac.uk>
- Lines: 42
-
- In article <1iffrnINN57c@ceres.kingston.ac.uk>, cs_b153@ceres.kingston.ac.uk (Greg Royle) writes:
- > Hi All out there,
- > I am looking for literature (anything) on NULLS. Is there such
- > literature on how different types of Database deal with the concept of NULL.
- > Is there a definition of NULL other than "Well! it fills a GAP".
- >
-
- The following quote comes from "Using SQL" by James R. Groff and Paul N.
- Weinberg, Osborne McGraw-Hill, ISBN 0-07-881524-X :
-
- "SQL supports missing, unknown, or inapplicable data explicitly, through the
- concept of a null value. A null value is an _indicator_ that tells SQL (and the
- user) that the data is missing or not applicable. As a convenience, a missing
- piece of data is often said to have the value NULL. But the NULL value is not a
- real data value like 0, 473.83, or "Sam Clark". Instead, it's a signal, or a
- reminder, that the data value is missing or unknown."
-
-
- > Please can you send me any information ,no matter if you think it
- > irrelevant, so I can browse through and study it. Tell me how you have used
- > NULLS in your everyday life etc. Are there any areas where I can obtain the
- > information electronically? Any help will be deeply appreciated.
- >
- >
- > Many regards,
- >
- > Greg Royle.
-
- We use NULLs exactly as the quote says, as an indicator that a value is unknown
- or missing. I strongly recommend you purchase the book I mentioned (or a
- similar text). It was recommended by a trade magazine (DBMS I think) and is a
- very good reference book on the SQL standard.
-
- Hope this is of some help.
-
-
- Peter Ball
- Systems Development Officer
- Information Services
- Dept of Health, Housing and Community Services
- Brisbane, QLD, Australia
- "These views are my own and my employer wants nothing to do with them!"
-