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 ``` b. ``` #include ``` c. ``` #include ``` d. ``` #include ``` e. None of these

Computer Science & Information Technology

When two templates can be applied to the same node set, you distinguish them by adding the _____ attribute within thetag.

A. ?mode B. ?node C. ?distinct D. ?name

Computer Science & Information Technology