

MCQOPTIONS
Saved Bookmarks
1. |
What is the significance of “ORDER BY emp_id ASC” in the following MySQL command? |
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 in either ascending or descending order |
D. | All of the mentioned |
Answer» C. Data of emp_id will be sorted in either ascending or descending order | |