Q. Which is the join in which all the rows from the right table appear in the output irrespective of the content of the other table?
β
Correct Answer: (D)
RIGHT JOIN
Explanation: This question asks about a type of join in SQL. A join combines data from two tables based on a common column. Let's understand the different join types: