11.1k views
2 votes
What is the function of discting rignt​

User Purvi
by
6.5k points

1 Answer

4 votes

Answer:

The SELECT DISTINCT statement is used to return only distinct (different) values. Inside a table, a column often contains many duplicate values; and sometimes you only want to list the different (distinct) values.

User Aniket Tiratkar
by
6.7k points