The qualifier DISTINCT must be used in an SQL statement when we want to eliminate duplicate rows.
SQL Queries
3 Likes
Answer
True
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.