1.

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?

A. {1, 2, 3, 4, 6, 7, 9}
B. {2, 1, 4, 3, 7, 9, 6}
C. {9, 7, 6, 4, 3, 1, 2}
D. None of the mentioned
Answer» B. {2, 1, 4, 3, 7, 9, 6}


Discussion

No Comment Found