📝 Question
#1508
Which join refers to join records from the write table that have no matching key in the left table are include in the result set:
✓
Correct Answer
A. Left outer join
💡
Explanation
A right outer join will return all the rows that an inner join returns plus one row for each of the other rows in the second table that did not have a match in the first table. It is the same as a left outer join with the tables specified in the opposite order.
⌨️ Press
A
B
C
D
to select