3. What will be the order of sorting in the
given query?
SELECT emp_id, emp_name
FROM person
ORDER BY emp_id, emp_name;
(a) Firstly on emp_id and then on
emp_name
(b) Firstly on emp_name and then on
emp_id
(c) Firstly on emp_id but not on
emp_name
(d) None of the mentioned
help!
Answers
Answered by
0
Answer:
for just 5 points???????????????
Similar questions