An INNER JOIN returns only the rows that match. (T/F)
A LEFT OUTER JOIN displays all the rows from the right table, and combines matching rows from the left table. (T/F)
When using an OUTER JOIN, you must explicitly state what kind of OUTER JOIN you want - a LEFT JOIN, a RIGHT JOIN, or a FULL JOIN. (T/F)
Which of the following are valid types of JOINs?
A FULL JOIN returns only the rows that match. (T/F)