Which function is used to concatenate two strings in MariaDB?
a) ADD()
b) CONCAT()
c) MERGE()
d) JOIN()
Answer:
b) CONCAT()
Explanation:
The CONCAT()
function is used to concatenate two or more strings in MariaDB, combining them into one string.