Q. What is the purpose of `JOIN` in MySQL?
β
Correct Answer: (B)
To combine rows from two or more tables
Explanation: `JOIN` is used to combine rows from two or more tables based on a related column.