CBSE Class 12 Computer Science
Question 72 of 78
Simple Queries in SQL — Question 6
Back to all questionsTrue
Reason — The DISTINCT keyword in SQL is used to eliminate duplicate rows from the results of a query. Therefore, when a user wants to ensure that only unique rows are returned, they must use the DISTINCT qualifier in their SQL statement.