1.

If emp_id contain the following set {1, 2, 3, 4, 1, 1}, what will be the output on execution of the following MySQL statement?

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


Discussion

No Comment Found