What does ‘abc’ || ‘xyz’ result in if the PIPES_AS_CONCAT is disabled?

🎲 Try a Random Question  |  Total Questions in Quiz: 48  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Basics Practice Test: MySQL Programs Using Perl DBI — practice the complete quiz, review flashcards, or try a random question.

Quiz on Perl script characteristics, Perl DBI.

The DBI module offers two methods for extracting data from a MySQL database: fetchrow_array() and fetchrow_arrayref(). 
You can use the DBI module to interface with MySQL. 


What does ‘abc’ || ‘xyz’ result in if the PIPES_AS_CONCAT is disabled?