A

Admin • 833K Points
Coach

Q. Is there any error in executing the following MySQL command?
SELECT emp_id, ‘ACTIVE’,
emp_id * 3.145,
UPPER (lname)
FROM Employee;

  • (A) Yes
  • (B) -run
  • (C) Depends on condition
  • (D) None of the mentioned
  • Correct Answer - Option(B)
  • Views: 31
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is asking if there is an error in the given MySQL command. Let's break it down:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.