Q. What does 'abc' || 'xyz' result in if the PIPES_AS_CONCAT is disabled?
β
Correct Answer: (B)
0
Explanation: This question is about how MySQL combines strings when the special setting PIPES_AS_CONCAT is turned off.