+ 12
When you type a query using "distinct" keyword, is like you remove duplicants. Which means, even if there are multiple records with the same value in a table, the "distinct" keyword will return this value only once. For example, if there is a table with names and the name "George" appears twice, using "distinct", the query returns "George" only once.
18th Mar 2019, 7:38 PM
Manos Manik
Manos Manik - avatar