Q. Which of these is not a valid MySQL JOIN type?
β
Correct Answer: (B)
OUTER JOIN
Explanation: MySQL doesn't support the `OUTER JOIN` keyword directly; use `LEFT` or `RIGHT` joins.