InterviewSolution
Saved Bookmarks
| 1. |
Which mode tells the server to recognize double quote as an identifier quoting character?(a) ANSI_DQ(b) ANSI_QUOTES(c) ANSI_RECG_QUOTES(d) ANSI_RECG_DQUOTESThe question was posed to me in unit test.The origin of the question is Server SQL Mode in portion Using SQL to Manage Data of MySQL |
|
Answer» Right option is (b) ANSI_QUOTES |
|