这题和上一题一样,但是需要主要把升序改成降序。

select device_id, gpa, age from user_profile order by gpa desc, age desc;