1.

What is the significance of “ORDER BY” in the following MySQL statement?

A. Data of emp_id will be sorted
B. Data of emp_id will be sorted in descending order
C. Data of emp_id will be sorted in ascending order
D. All of the mentioned
Answer» B. Data of emp_id will be sorted in descending order


Discussion

No Comment Found