How to use the LEFT JOIN vs. RIGHT OUTER JOIN in SQL
Learn about LEFT vs. RIGHT OUTER JOINs in SQL, see examples of SQL joins and find tips for working with multiple tables. ... The critical part of any JOIN is the ON or USING clause that follows the second table and tells your database system how to perfor...