What is the purpose of a SQL join?
Q1. What is the purpose of a SQL join?
Answer: To combine data from multiple tables
Explanation: A SQL join is used to combine data from multiple tables based on a common column, allowing for more complex queries and data analysis.