Computer Science, asked by tripathivinita145, 8 months ago

4. If column emp_id contains the
following set {9, 7, 6, 4; 3, 1, 2}, what
will be the output on execution of the
given query?
SELECT emp_id FROM person
ORDER BY emp_id;
(a) {9, 7, 6, 4, 3, 1, 2}
(b) {1, 2, ,3, 4, 6, 7, 9}
(c) {2, 1, 4, 3, 7, 9, 6}
(d) None of these

¿¿¿¿¿¿​

Answers

Answered by yamuna46
1

Answer:

once again write the question correctly after I give the answer and follow me please and mark as brain list

Answered by Unknownvk
0

Answer:

“DESC” clause sort the emp_id in the descending order.

I hope this can help you.

◉‿◉

Similar questions