A

Admin • 833K Points
Coach

Q. Is there any error in the following MySQL command?
SELECT emp_id, title, start_date, fname, fed_id
FROM person
ORDER BY RIGHT (fed_id, 3);

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

Explanation by: Admin

This question asks if there is an error in the provided 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.