What is distinct command? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is distinct command?

22nd Sep 2016, 4:49 AM
neha
neha - avatar
2 Antworten
+ 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