Question: Question 4 (2 points) If emp_id contain the following set (1, 2, 2, 3, 3, 1}, what will be the output on execution of the
Question 4 (2 points) If emp_id contain the following set (1, 2, 2, 3, 3, 1}, what will be the output on execution of the following SQL statement? SELECT emp_id FROM person ORDER BY emp_id; (3, 3, 2, 2, 1, 1} [2, 2, 1, 1, 3, 3} [3, 2, 1, 3, 2, 1} (1, 1, 2, 2, 3, 3} {1, 2, 3, 3, 2, 1)
Question 4 (2 points) If emp_id contain the following set {1,2,2,3,3,1}, what will be the output on execution of the following SQL statement? SELECT emp_id FROM person ORDER BY emp_id; [3,3,2,2,1,1] [2,2,1,1,3,3] [3,2,1,3,2,1} [1,1,2,2,3,3] [1,2,3,3,2,1]
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
