ques) 1. Write a query that determines counts of every single column. Which column has the most null values?
I have written query for the first part the output looks like
Now how to filter column which has maximum null value i.e. giving column name which has min value?