What does `CONCAT(‘Hello’, ‘ ‘, ‘World’)` return in SQL?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What does `CONCAT(‘Hello’, ‘ ‘, ‘World’)` return in SQL?

Key points

  • The CONCAT() function joins strings in SQL.
  • The space between single quotes is included in the final result.
  • Always check the order and number of arguments in the CONCAT() function.

Ready to go further?

Related questions