Monday, June 6, 2011

MySQL Joins made Simple

Sometimes JOINs in MySQL can get confusing. This article will help make it super simple for you!

INNER_JOIN.png

This is the simplest, most understood Join and is the most common. This query will return all of the records in the left table (table A) that have a matching record in the right table (table B).


No comments: