Computer Science
SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.
SQL Queries
1 Like
Answer
False
Reason — SELECT DISTINCT
statement is used if a user wishes to eliminate duplicate rows from the results of a query.
Answered By
2 Likes
Related Questions
The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.
SQL is a programming language.
The qualifier DISTINCT must be used in an SQL statement when we want to eliminate duplicate rows.
DISTINCT and its counterpart, ALL, can be used more than once in a SELECT statement.