In a relational database, a join that returns all rows from both tables, joining records where available and inserting NULL values for missing matches, is called a(n) ________ join.

  • Cross
  • Full Outer
  • Left Outer
  • Right Outer
A Full Outer join returns all rows from both tables, joining records where available and inserting NULL values for missing matches. It combines the results of Left and Right Outer joins.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *