CBSE Class 12 Informatics Practices
Question 43 of 90
Querying Using SQL — Question 3
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.