1.

Is there any error in this query?SELECT emp.emp_id, emp.fname, emp.lname, dep.nameFROM employee emp INNER JOIN department depON emp.dept_id = emp.dept_id;

A. YES
B. DEPEND
C. NO
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs