Meta Interview Question

Make a histogram of 2 variables

Interview Answer

Anonymous

Nov 29, 2018

Let's assume these are the two variables/fields in the table of interest (tableA): var1, var2 Sql code to create a histogram: select var1, count(*) from tableA