home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8911 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  2.0 KB

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