Computer Science, asked by ashmidev007, 2 months ago

Consider the following query:

SELECT * FROM employee ORDER BY salary ________ , name ______;

To display the salary from greater to smaller and name in alphabetical order which of the

following should be used?

a) Ascending, Descending

b) Asc, Desc

c) Desc, Asc

d) Descending , Ascending​

Answers

Answered by ManuvalTittus
2

Desc, Asc

I think it can help you

Similar questions