SQL/문제풀이
Employee Names _ Easy. HackerRank
데이터분석가 이채은
2024. 10. 17. 20:09
Solution
SELECT name
FROM Employee
ORDER BY name ASC;