How to query multiple tables in SQL
Briefly

It's sometimes difficult to know which SQL syntax to use when combining data that spans multiple tables.SQL provides several different statements for performing this type of task; knowing which to apply will yield efficient and correct results.In this article, I'll discuss some of the more frequently used methods for consolidating data from multiple tables into a single result set: SELECT, JOIN, UNION and subqueries.
Read at TechRepublic
[
add
]
[
|
|
]