InterviewSolution
Saved Bookmarks
| 1. |
If the PIPES_AS_CONCAT is disabled, ‘abc’ || ‘xyz’ results in ____________(a) 1(b) 0(c) error(d) -1I have been asked this question by my school teacher while I was bunking the class.This intriguing question comes from Expression Evaluation and Type Conversion topic in portion Data Types of MySQL |
|
Answer» Correct choice is (b) 0 |
|