Say I have a table with two columns: name and age, and that the table's rows are ordered by age.
I need a function to find the name of the youngest person who is at least 50 years old.
Example
For this list:
Name | Age |
---|---|
Nordom | 3 |
Annah | 19 |
Ignus | 56 |
Morte | 72 |
We'd get "Ignus".