What is distinct command? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is distinct command?

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