Re: Is SQL silly as an RDBMS<->app interface?

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is SQL silly as an RDBMS<->app interface?
Date: 2003-07-14 05:54:55
Message-ID: 1058162095.19794.127.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2003-07-13 at 10:17, nolan(at)celery(dot)tssi(dot)com wrote:
> > I understand that SQL is the interface between apps and RDBMS's because
> > of history, not because it is correct design. Could you point me to a
> > link or book or paper that deals with this paradox? Thanks!
>
> I'm not sure what you mean by 'correct design'.
>
> I think you should go back and read the works of Codd and Date on the
> development of relational databases. One point that was made early on is
> that RDBMS theory doesn't guarantee efficiency, but it does guarantee

SQL is only one possible relational query language. It didn't
become de facto standard until the mid- to late-80s.

It is an outgrowth of SEQEL (Structured English QuEry Language),
which was IBM's 1st try at a descriptive query language. DEC
had RDML (Relational Data Manipulation Language) to access it's
RDBMS. I'm sure that Burroughs, etc, had their own access methods,
too.

--
+-----------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA http://members.cox.net/ron.l.johnson |
| |
| 4 degrees from Vladimir Putin
+-----------------------------------------------------------+

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-07-14 06:05:01 Re: Is SQL silly as an RDBMS<->app interface?
Previous Message Jean-Christian Imbeault 2003-07-14 05:42:26 select null + 0 question