find out the names and company names of all


Find out the names and company names of all employees sorted in ascending order of company name and descending order of employee names of by which company.

SELECT EMPLOYEE_NAME, COMPANYNAME
FROM WORKS
ORDER BY COMPANYNAME, EMPLOYEE_NAME DESC;

Request for Solution File

Ask an Expert for Answer!!
Database Management System: find out the names and company names of all
Reference No:- TGS0282412

Expected delivery within 24 Hours