A

Admin • 831.35K Points
Coach

Q. Is there any error in the following MySQL statement?
SELECT e.emp_id, e.fname,e.lname,d.name
FROM employee e INNER JOIN department d
ON e.dept_id=e.dept_id;

  • (A) NO
  • (B) $sth
  • (C) DEPEND
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question asks if there's an error in the provided MySQL statement. Let's break it down:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.