SELECT MAX(column_name) FROM table_name
                            
                         
                        
                     
                 
                
                    This question was asked in the interview(MCQs).Just wanted to confirm from you guys.
I selected option b.
a) It will return the birthdate of eldest person
 b) It will return the birthdate of the elder person among those whose birthdates are mentioned
"appropriate" answer : ?