Iam asking this because iam very much new to stored procedure. Can any help me in writing a stored procedure for checking whether value of a columns of a table are populated or not by using a stored procedure?
for example:- I have a table named student. it contains 5 columns.in this almost 3 columns have values and other two columns do not have values in it. So by stored procedure how can we do this?
You can use this to get the column names that does not have any values.
Result