Mysql – How to check all the column values of a corresponding value are null or not null
So I have a table where I have column A, B, C,D. Column A has values which have corresponding multiple values in column B.I need to check if all the values in column C and D are null for the…