A

Admin • 833K Points
Coach

Q. What does this query return?

Code:
SELECT CONCAT('My', 'SQL');
  • (A) My SQL
  • (B) My-SQL
  • (C) MySQL
  • (D) Error
  • Correct Answer - Option(C)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`CONCAT()` joins two or more strings together.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.