home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / 6122 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!sun-barr!ames!agate!joey
  2. From: joey@berkeley.edu (Joe Hellerstein)
  3. Newsgroups: comp.databases
  4. Subject: Re: nested SQL select
  5. Date: 14 Aug 92 09:01:17
  6. Organization: Postgres Research Group
  7. Lines: 28
  8. Message-ID: <JOEY.92Aug14090117@elysium.berkeley.edu>
  9. References: <3761@keele.keele.ac.uk>, <l8h5i5INNhvg@jethro.Corp.Sun.COM>
  10.     <1992Aug14.071343.1758@neptune.inf.ethz.ch>
  11. NNTP-Posting-Host: elysium.cs.berkeley.edu
  12. In-reply-to: marti@nugget.inf.ethz.ch's message of 14 Aug 92 07:13:43 GMT
  13.  
  14. In article <1992Aug14.071343.1758@neptune.inf.ethz.ch> marti@nugget.inf.ethz.ch (Robert Marti) writes:
  15.  
  16. >   Even Mike Stonebraker, whose QUEL
  17. >   language design is regarded by most academics to be superior to
  18. >   SQL, has termed SQL "intergalactic data speak".  (Sorry, I don't
  19. >   remember where.)
  20.  
  21. Note that Stonebraker intends no praise of SQL as a language here.  He
  22. is merely admitting its undeniable dominance of the market.  The
  23. "intergalactic data speak" quip is from the Third Generation DBMS
  24. manifesto, cited below.
  25.  
  26. I'm not aware that "most academics" feel that QUEL is superior to SQL.
  27. It's simpler and hence closer to the relational algebra, but it's also
  28. not as powerful as SQL (no subqueries, no duplicate semantics, etc.)
  29.  
  30. Joe Hellerstein
  31.  
  32. ---------
  33. @techreport{paper:3rd-gen-DB-Manifesto,
  34. author  = "{Committee for Advanced DBMS Function}",
  35. title = "{Third-Generation Data Base System Manifesto}",
  36. type = "Memorandum No. UCB/ERL",
  37. number =  "M90/28",
  38. institution = "University of California, Berkeley",
  39. year = 1990,
  40. month = apr
  41. }
  42.