MySQL Table Joins One of the great characteristics of SQL (Structured Query Language) is the
fact that one
can develop, access and modify data across various tables. There are several
benefits to
this, including greater ease of manipulation, increased speed of access, and
reduced
data redundancy. In MySQL (as well as many other SQL languages), this is
accomplished via the join command.
| Name: |
Gary Pupurs |
| Subject: |
Looking for tips on web DB design |
| Date: |
09-26-1999 04:06PM |
I'm hoping someone out there can point me to some links or actual paper books on laying out the design of tables and their relations when building databases for website use. Most of the books in stores on DB design are either all theory (college textbooks) or discuss distributed data warehousing type issues which are way beyond all but the most complex websites.
On the other end are the 'for Dummies' books, which I already basically know.
What I'm looking for is something in between, not necessarily e-commerce, but possibly. Something with a few challenging examples. I guess I just need some guidance on how to grok through thinking about relationships and the best ways to separate data into tables...
Any recommendations?
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|