MySQL/Problem Solving
[HackerRank] Employee Names
hanshow113
2022. 1. 10. 00:54
Answer
SELECT name
FROM employee
ORDER BY name;