I've found some solutions for this problem, however, they don't seem to work with Oracle.
I got this:
I want a view to present only the informations about the oldest person for each team. So, my output should be something like this:
PERSON  | TEAM | AGE
Sam     | 1    | 23
Michael | 2    | 21
How can I do that in Oracle?

 
     
     
     
     
    