What is the purpose of the DISTINCT keyword in SQL?
Question 1
Q1. What is the purpose of the DISTINCT keyword in SQL?
Answer: To return only unique rows
Explanation: DISTINCT keyword returns only unique rows, eliminating duplicate rows from the result set.