1.

Is there any error in the following query?
SELECT emp_id, title, start_date, fname, fed_id
FROM Employee
ORDER BY 3, 4;

A. No
B. Depends
C. Yes
D. All of above
E. None of these
Answer» B. Depends


Discussion

No Comment Found

Related MCQs