I am comparing from different table to get the COLUMN_NAME of the MAXIMUM value
Examples. These are example tables: Fruit_tb, Vegetable_tb, State_tb, Foods_tb
Under Fruit_tb fr_id fruit_one fruit_two 1 20 50
Under Vegetables_tb (v = Vegetables) v_id v_one V_two 1 10 9
Under State_tb stateid stateOne stateTwo 1 70 87
Under Food_tb foodid foodOne foodTwo 1 10 3
Now here is the scenario, I want to get the COLUMN NAMES of the max or greatest value in each table.