Sollicitatievraag bij J.P. Morgan

Java collection's question. getting the 3 rd highest record in sql

Antwoord op sollicitatievraag

Anoniem

1 dec 2016

select * from (select salary from employ order by salary desc) where rownum = 3;