InterviewSolution
Saved Bookmarks
| 1. |
‘abc’ || ‘xyz’, when PIPES_AS_CONCAT is enabled, results in ____________(a) 0(b) 1(c) abcxyz(d) xyzabcI got this question in an online quiz.This intriguing question comes from Expression Evaluation and Type Conversion in section Data Types of MySQL |
|
Answer» Right option is (c) abcxyz |
|