1.

What is the significance of ORDER BY emp_id ASC in the given query?SELECT id, First_name, Last_nameFROM StudentORDER BY id ASC;

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


Discussion

No Comment Found