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: |
John Walker |
| Subject: |
Re: Rela... & access |
| Date: |
08-18-1999 11:10AM |
Good article.
For the record re relationships and M$ Access: Access does the same thing, use view sql to see this in query design view. "Relationships" is just Access's way of [helping||limiting] your use of normalized table relationships in a database.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|