Which of the following type of join returns all rows from the right table even if no matches are found in the left table?

37. Which of the following type of join returns all rows from the right table even if no matches are found in the left table?

  1. LEFT JOIN
  2. INNER JOIN
  3. RIGHT JOIN

Answer: C) RIGHT JOIN

Explanation:

RIGHT JOIN returns all rows from the right table even if no matches are found in the left table.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.