When there is less than N-1 conditions or a natural join without a matching column between two tables or if the two columns matched in a natural join have different data types
Back
What is a right outer join?
Front
return values that match in source and target tables as well as the values that don't match from the source table
Back
What is a left outer join?
Front
return values that match in source and target tables as well as the values that don't match from the source table
Back
What is a Cross Join or Cartesian Product?
Front
Gives every possible combination of two tables
Back
What is a full outer join?
Front
return values that match in source and target tables as well as the values that don't match from the source and target tables
Back
What is an inner join?
Front
only matching rows from both source and target tables are retained