How To Use Distinct Keyword In SQL
In this article, we will learn how to use the DISTINCT keyword with a SQL select query.
Inside a table, a column may contain many duplicate values; To select only different (distinct) values from a database in SQL SELECT DISTINCT statement is used.