P
Q. What is the significance of "ORDER BY emp_id ASC" in the following MySQL command?
SELECT emp_id, fname, lname
FROM person
ORDER BY emp_id ASC;
- Correct Answer - Option(B)
- Views: 31
- Filed under category MySQL
Discusssion
Login to discuss.