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: |
Cory Hubert |
| Subject: |
Relationships |
| Date: |
07-20-1999 11:18AM |
So this article is basically saying that you don't need to establish one to one and one to many relationships like you do in Access?
The joins are all dependant on the Query?
So when I do an insert statement I have to make sure that the fields I want to use to join the tables have the same values?
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|