You are viewing a single comment's thread. Return to all comments →
select a.Name from Students as a join Friends as b on a.ID = b.ID join Packages as c on a.ID = c.ID join Packages as d on b.Friend_ID = d.ID where c.Salary < d.Salary order by d.salary;
Seems like cookies are disabled on this browser, please enable them to open this website
Placements
You are viewing a single comment's thread. Return to all comments →