The …………… keyword eliminates duplicate rows from the results of a SELECT statement.
1 Like
DISTINCT
Reason — The DISTINCT keyword in SQL is used to eliminate duplicate rows from the results of a SELECT statement.
Answered By
Which command helps to open the database for use?
Which of these commands helps to fetch data from relation?
…………… command helps to see the structure of a table/relation.
…………… is known as range operator in MySQL.