代码语言:javascript复制
# Write your MySQL query statement below
select Score ,Id as `Rank`
from Scores
order by Score desc