1.

Is there any error in the following query?
SELECT emp_id, title, start_date, First_name, fed_id
FROM Employee
ORDER BY RIGHT (fed_id, 3);

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


Discussion

No Comment Found

Related MCQs