Which function is used to concatenate two strings in MariaDB?

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.

Reference:

MariaDB Quiz – MCQ Questions and Answers

Scroll to Top