Question : MySQL Inner, Left and Right Join

I was hoping someone might be able to give me a clear definition of the differences of INNER, LEFT and RIGHT JOIN in MySQL and when best to use each one. I used to know this but my heads swimming today! I need to construct more than one JOIN in a statement is this possible? Also can you use different combinations of INNER LEFT and RIGHT and can i pick up values from multiple tables or will this require more than one statement.

Kind Regards,

Badgerfoxfoxdeer.

Answer : MySQL Inner, Left and Right Join

I found this wiki page useful for understanding the concepts:
http://en.wikipedia.org/wiki/Join_(SQL)

tip: don't mix up LEFT and RIGHT joins, in short, forget "right join" in general.
Random Solutions  
 
programming4us programming4us