Meta Interview Question

How to count unique elements in a column of a table?

Interview Answer

Anonymous

Dec 7, 2018

Count(distinct *)

1