Q. What does this query return?
Code:
SELECT CONCAT('My', 'SQL');
β
Correct Answer: (C)
MySQL
Explanation: `CONCAT()` joins two or more strings together.