Database and GUI Design SIG

Skip Navigation Links.
QuestionAnswer
What is an Outer Join?An outer join includes all columns in one table and only matching rows in the joined table.
What is an Inner Join?An inner join includes only the matching rows from each table.