What is the principle DISTNICT keyword in SQL??? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 9

What is the principle DISTNICT keyword in SQL???

6th May 2019, 5:15 AM
Nasir❤
Nasir❤ - avatar
5 Respuestas
+ 5
It returns only unique values, take a look at the lesson: https://www.sololearn.com/learn/SQL/1853/
6th May 2019, 5:20 AM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
0
The distinct keyword helps avoid repetitions in the query results
6th May 2019, 5:21 AM
Dlite
Dlite - avatar
0
select distinct from emplyee
13th May 2019, 7:00 AM
Veera Babu
Veera Babu - avatar
0
avoids repetition and returns unique values.
17th May 2019, 9:10 AM
Pradeep Kumar
Pradeep Kumar - avatar
0
distinct keyword used to retrive unique data or removal of duplicate data...
17th May 2019, 2:19 PM
madhu gowda
madhu gowda - avatar