What is the significance of "ORDER BY" in the following MySQL statement?
SELECT emp_id, fname, lnameFROM personORDER BY emp_id;
SELECT emp_id, fname, lnameFROM personORDER BY emp_id;What is the significance of "ORDER BY" in the following MySQL statement?
SELECT emp_id, fname, lnameFROM personORDER BY emp_id; Correct Answer Data of emp_id will be sorted
মোঃ আরিফুল ইসলাম
Feb 20, 2025