cs50/2.sql

4 lines
39 B
MySQL
Raw Normal View History

SELECT name
FROM songs
ORDER BY tempo;