In SQL, what is the purpose of the JOIN clause?
Q1. In SQL, what is the purpose of the JOIN clause?
Answer: To combine rows from two or more tables based on a related column
Explanation: The JOIN clause combines rows from two or more tables based on a related column between them, allowing for more complex queries.