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: |
Ben Parish |
| Subject: |
Re: Relationships |
| Date: |
07-27-1999 09:18AM |
I have the same point. How does one maintain data integrity throughout the tables? MySQL does not appear to be a truly relational database because it appears that the same data is repeated in different tables.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|