Re: Looking for good reference materials for SQL programming.

Lists: pgsql-novice
From: "Eric Naujock " <naujocke(at)abacusii(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Looking for good reference materials for SQL programming.
Date: 2001-05-09 11:47:32
Message-ID: saf8f628.078@gw5.abacusii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

I have been playing with postgresql for a while and have a copy of the book Postgresql on order.

Are there any good reference materials available to teach how to do effective SQL and relational database design. I would prefer something more platform neutral but covers the theroy and concepts of good database design. Does anyone here have any suggestions for such materials?

Thanks in advance.


From: Pete Jewell <morph(at)softhome(dot)net>
To: "Eric Naujock " <naujocke(at)abacusii(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Looking for good reference materials for SQL programming.
Date: 2001-05-09 16:53:35
Message-ID: m3elty8nw0.fsf@softhome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

"Eric Naujock " <naujocke(at)abacusii(dot)com> writes:

> I have been playing with postgresql for a while and have a copy of the book Postgresql on order.
>
> Are there any good reference materials available to teach how to do
> effective SQL and relational database design. I would prefer
> something more platform neutral but covers the theroy and concepts
> of good database design. Does anyone here have any suggestions for
> such materials?

There is a /very/ good book, whose exact name escapes me at the
moment, but you should be able to find it on Amazon if you perform a
search for 'SQL' and 'Practical'.

HTH

--
Pete

pete(at)maverick-dbms(dot)org
-------------------------------------------------------------
MaVerick - Open Source MultiValue Database Management System
Check out the website -> http://www.maverick-dbms.org


From: Philip Hallstrom <philip(at)adhesivemedia(dot)com>
To: Eric Naujock <naujocke(at)abacusii(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Looking for good reference materials for SQL programming.
Date: 2001-05-09 17:14:12
Message-ID: Pine.BSF.4.31.0105091013131.90704-100000@oddjob.adhesivemedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

Joe Celko's SQL for Smarties is pretty good. It's got a lot of the basic
stuff, but it gets really complicated as well (simulating trees and
directed graphs, etc... -- which makes org charts easy in SQL).

I think he has some other books as well. I'm sure there are many
others as well...

On Wed, 9 May 2001, Eric Naujock wrote:

> I have been playing with postgresql for a while and have a copy of the book Postgresql on order.
>
> Are there any good reference materials available to teach how to do effective SQL and relational database design. I would prefer something more platform neutral but covers the theroy and concepts of good database design. Does anyone here have any suggestions for such materials?
>
> Thanks in advance.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>


From: pete(at)example(dot)compulink(dot)co(dot)uk
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Looking for good reference materials for SQL programming.
Date: 2001-05-09 22:20:51
Message-ID: m3snie6u64.fsf@softhome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

"Eric Naujock " <naujocke(at)abacusii(dot)com> writes:

> I have been playing with postgresql for a while and have a copy of the book Postgresql on order.
>
> Are there any good reference materials available to teach how to do
> effective SQL and relational database design. I would prefer
> something more platform neutral but covers the theroy and concepts
> of good database design. Does anyone here have any suggestions for
> such materials?

There is a /very/ good book, whose exact name escapes me at the
moment, but you should be able to find it on Amazon if you perform a
search for 'SQL' and 'Practical'.

HTH

--
Pete

pete(at)maverick-dbms(dot)org
-------------------------------------------------------------
MaVerick - Open Source MultiValue Database Management System
Check out the website -> http://www.maverick-dbms.org


From: ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca
To: pgsql-novice(at)postgresql(dot)org
Subject: psql
Date: 2001-05-10 16:21:15
Message-ID: Pine.A41.3.95.1010510101825.40062E-100000@freenet.edmonton.ab.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

Hi!
I've got a couple of machines here, one running Debian
stable and the other running Debian unstable. The one
running unstable also has Postgresql-7.1.x on it, the
one running stable has Apache. Some mod_perl stuff
I'm installing uses psql at times, can a person safely get
by using psql from Postgresql-6.5.x (which is all that
Debian stable has now)?

Thanks,
Gord

Matter Realisations http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101 9504 182 St. NW Edmonton, AB, CA T5T 3A7
780/481-8019 ghaverla @ freenet.edmonton.ab.ca
780/993-1274 (cell)


From: "Peter J(dot) Schoenster" <peter(at)schoenster(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Looking for good reference materials for SQL programming.
Date: 2001-05-10 17:23:42
Message-ID: 3AFA7A3E.32387.8CBED5E@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

On 9 May 2001, at 23:20, pete(at)example(dot)compulink(dot)co(dot)uk wrote:

> "Eric Naujock " <naujocke(at)abacusii(dot)com> writes:
>
> > I have been playing with postgresql for a while and have a copy of
> > the book Postgresql on order.
> >
> > Are there any good reference materials available to teach how to do
> > effective SQL and relational database design. I would prefer
> > something more platform neutral but covers the theroy and concepts
> > of good database design. Does anyone here have any suggestions for
> > such materials?

Someone else wrote:
> There is a /very/ good book, whose exact name escapes me at the
> moment, but you should be able to find it on Amazon if you perform a
> search for 'SQL' and 'Practical'.

That is probably Practical SQL :) ... worth a read but unless I missed
something I didn't see where it helped with design (does help with SQL
though).

I would recommned Greenspun. Any of his books plus whatever his
websites are now will help:

http://www.arsdigita.com/asj/

http://www.arsdigita.com/asj/data-warehousing

> Data Warehousing for Cavemen, a guide to how large organizations use
> database management software

> Philip and Alex's Guide to Web Publishing

http://www.arsdigita.com/books/panda/index.html

Peter
All idioms must be learned.
Good idioms only need to be learned once.
--Alan Cooper


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: psql
Date: 2001-05-11 19:12:26
Message-ID: 6536.989608346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca writes:
> I've got a couple of machines here, one running Debian
> stable and the other running Debian unstable. The one
> running unstable also has Postgresql-7.1.x on it, the
> one running stable has Apache. Some mod_perl stuff
> I'm installing uses psql at times, can a person safely get
> by using psql from Postgresql-6.5.x (which is all that
> Debian stable has now)?

6.5 psql should talk to current servers, but you may find that its
attempts to query system catalogs (for backslash commands) don't work
due to using out-of-date queries. Not sure if you care for this
application...

regards, tom lane


From: pete(at)example(dot)compulink(dot)co(dot)uk
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Looking for good reference materials for SQL programming.
Date: 2001-05-11 22:11:01
Message-ID: m3vgn75yfe.fsf@softhome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

"Peter J. Schoenster" <peter(at)schoenster(dot)com> writes:

> Someone else wrote:
> > There is a /very/ good book, whose exact name escapes me at the
> > moment, but you should be able to find it on Amazon if you perform a
> > search for 'SQL' and 'Practical'.
>
> That is probably Practical SQL :) ... worth a read but unless I missed
> something I didn't see where it helped with design (does help with SQL
> though).

That's the one :-)

I think (the actual book is currently at work) it's the second
edition. There appeared to be a couple of chapters near the beginning
which took someone who had a real world problem, but little knowledge
of relational database design, through the process of coming up with
a correctly normalised solution.

--
Pete

pete(at)maverick-dbms(dot)org
-------------------------------------------------------------
MaVerick - Open Source MultiValue Database Management System
Check out the website -> http://www.maverick-dbms.org