InterviewSolution
Saved Bookmarks
| 1. |
The server is told to accept spaces after function names by _____________(a) –sql-mode=SKIP_SPACE(b) –sql-mode=IGNORE_SPACE(c) –sql-mode=SPACE_IGNORE(d) –sql-mode=SPACE_SKIPI have been asked this question by my college director while I was bunking the class.Origin of the question is Functions topic in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» Correct answer is (b) –sql-mode=IGNORE_SPACE |
|