Ajeet Mishra
What is a FULL OUTER JOIN in SQL?
By Ajeet Mishra in SQL Server on Sep 08 2015
  • Munesh Sharma
    May, 2016 31

    http://www.w3schools.com/sql/sql_join_full.asp

    • 0
  • Ajeet Mishra
    Sep, 2015 8

    This join combines left outer join and right after join. It returns row from either table when the conditions are met and returns null value when there is no match. Example - Select * From Table1 FULL Join Table2 ON table1.ColumnName = Table2.ColumnName

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS