A
Q. If emp_id contain the following set {9, 7, 6, 4, 3, 1, 2}, what will be the output on execution of the following MySQL statement?
SELECT emp_id
FROM person
ORDER BY emp_id;
- Correct Answer - Option(A)
- Views: 24
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.