Computer Science
The …………… keyword eliminates duplicate rows from the results of a SELECT statement.
- OR
- DISTINCT
- ANY
- ALL
SQL Queries
1 Like
Answer
DISTINCT
Reason — The DISTINCT
keyword in SQL is used to eliminate duplicate rows from the results of a SELECT statement.
Answered By
3 Likes