Q. What is the join where all possible row combinations are produced?
β
Correct Answer: (D)
CARTESIAN
Explanation: This question is asking about a type of join in MySQL. Joins are used to combine data from multiple tables based on a shared column.