

MCQOPTIONS
Saved Bookmarks
1. |
What is the significance of ORDER BY emp_id ASC in the given query? |
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 | |