from the below table I need to group the missing attributes in single column.
empid | name | dept | ph_no
---------------------------------
123 | null | null | null
124 | mike | science | null
125 | null | physics | 789
126 | null | null | 463
127 | john | null | null
Expected result ...
status
------------
123,125,126 missing name
123, 126,127 missing dept
123,124,127 missing ph_no