1.

Is there any error in the following query?
SELECT emp_id, title, start_date, fname, fed_id
FROM Employee
ORDER BY LEFT (fed_id, 5);

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


Discussion

No Comment Found

Related MCQs