What is distinct command? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What is distinct command?

22nd Sep 2016, 4:49 AM
neha
neha - avatar
2 Respuestas
+ 1
The SELECT DISTINCT statement is used to return only distinct (different) values.
22nd Sep 2016, 6:47 AM
PALLAVI KAMBLE
PALLAVI KAMBLE - avatar
0
Distinct is used to eliminate all the duplicate records and returns only unique records.
22nd Sep 2016, 2:58 PM
Nadeem Arshad
Nadeem Arshad - avatar