Sail E0 Webinar
Question
If emp_id contain the following set {9, 7, 6, 4, 3, 1, 2}, what will be the output on execution of the given query?SELECT emp_idFROM personORDER BY emp_id DESC;
Options:
A .  {9, 7, 6, 4, 3, 1, 2}
B .  {1, 2, 3, 4, 6, 7 , 9}
C .  {2, 1, 3, 4, 6, 7, 9}
D .  None of the mentioned
Answer: Option A





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers