We have the student table with the following fields:
doc_est int(30)
nom_est varchar(30)
ape_est varchar(30)
edad_est int(11)
They ask us to perform the following function:
• Show the name and age of the youngest student.
I have not been able to solve it. Can someone help me?