Write a query that prints a list of employee names (i.e.: thenameattribute) from theEmployeetable in alphabetical order.
(name을 Employee 테이블에서 뽑아라. 알파벳 순서대로.)
Input Format
TheEmployeetable containing employee data for a company is described as follows:
whereemployee_idis an employee's ID number,nameis their name,monthsis the total number of months they've been working for the company, andsalaryis their monthly salary.