1.

What will be the order of sorting in the following MySQL statement?

A. Sorting {emp_id, emp_name}
B. Sorting {emp_name, emp_id}
C. Sorting (emp_id} but not emp_name
D. None of the mentioned
Answer» B. Sorting {emp_name, emp_id}


Discussion

No Comment Found