
Larry C. answered 03/27/19
Tutor
4.9
(294)
Computer Science and Mathematics professional
Distinct values are the set of values in a column with no duplications. Unique values are those values that occur only once.
If you had a set of values {2, 27, 18, 27, 39, 10, 2}
The distinct values are {2, 10, 18, 27, 39}
The unique values are {10, 18, 39}