For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > March 2005 > Re: [PHP-DB] comprehensive sql tutorial









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] comprehensive sql tutorial
Miles Thompson

2005-03-28, 3:56 pm

Yemi,

Well, Joe Celko is a recognized expert; Googling for "Joe Celko tutorial"
turned up 8,900 hits,
but this link was found on the first page:

http://www.codebox.8m.com/sql.htm

Lots of stuff there.

If you want books,

The Practical SQL Handbook Bowman, Emerson and Darnovsky ISBN 0-201-44787-8
SQL for Smarties: Advanced SQL Programming Joe Celko ISBN 1-55860-323-9

Keep in mind that one of the WONDERFUL things about SQL is that a lot of
the plumbing is hidden.

Determine what information you need returned, what inputs you have,
normalize your data (with sufficient keys to ensure uniqueness for each and
every row) and go for it.

Don't tie yourself in knots wondering if any product meets all of Codd &
Date's criteria - to the best of my knowledge none do, nor do many meet the
SQL-2 standard. (SQL-92? I'm relying on memory here.)

The most widely used almost-but-not-quite-yet-evidently-good-enough
relational database on the Internet is MySQL. Some of the exercises in the
aforementioned books could not be done with MySQL - doesn't mean it's not
useful. Tens and tens of thousands have found it is.

Give PostgresSQL a serious look - v. impressive. Ditto Firebird.

Have fun - Miles

At 08:00 AM 3/28/2005, Yemi Obembe wrote:
>Does anyone please know where i can get a comprehensive SQL tutorial as in
>one that contains stuffs on engines, data structures, table types,
>etc....& NOT JUST the basic query commands <CREATE, SELECT, UPDATE,
>DELETE, INSERT...> & their syntax(es).
>
>
>
>---------------------------------
>
>A passion till tomorrow,
>Opeyemi Obembe | ng.clawz.com
>
>
>
>
>
>
>---------------------------------
>Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com