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

User Purvi
by
8.8k 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
8.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.