Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 74 Bytes

challenge6.md

File metadata and controls

6 lines (6 loc) · 74 Bytes
SELECT score
FROM student
ORDER BY score DESC
LIMIT 1 OFFSET 212;