1.

What is the significance of ORDER BY in the given query?SELECT emp_id, fname, lnameFROM EmployeeORDER BY emp_id;

A. Data of emp_id will be sorted in descending order
B. Data of emp_id will be sorted in ascending order
C. Data of emp_id will be sorted
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found