List all employees in alphabetical order of surname, and then first name.
What will be an ideal response?
SELECT * FROM Employee ORDER BY lName, fName;
Computer Science & Information Technology
You might also like to view...
To use the strlen function in a program you must include
a. ```
#include
Computer Science & Information Technology
When two templates can be applied to the same node set, you distinguish them by adding the _____ attribute within the
A. ?mode B. ?node C. ?distinct D. ?name
Computer Science & Information Technology