Q. Which mode tells the server to recognize || as the string concatenation operator?
β
Correct Answer: (A)
PIPES_AS_CONCAT
Explanation: This question is about how MySQL handles the "||" symbol. In most programming languages, "||" is used for the logical OR operation. But, MySQL has a special feature that allows you to use "||" for concatenating strings.