LEFT OUTER JOIN - This returns all the matching rows and the unmatched rows of the left table of the SQL code.
RIGHT OUTER JOIN - This returns all the matching rows and the unmatched rows of the right table of the SQL.
FULL OUTER JOIN - This returns all the matching and unmatched rows from both the tables.
Have a nice day... 'N happy Coding :)
No comments:
Post a Comment