Ads Top

Joins in DataBase


 
INNER JOIN - Only records which match the condition in both tables
LEFT JOIN - All records from table 1 in conjunction with records which match the condition in table 2RIGHT JOIN - All records from table 2 in conjunction with records from table 1 which match the conditionFULL OUTER JOIN - Combination of both Left and Right Outer joins matching ON clause but preserving both tables









Powered by Blogger.