-
The server is told to accept spaces after function names by _____________.
-
- –sql-mode=SPACE_SKIP
- –sql-mode=SPACE_IGNORE
- –sql-mode=SKIP_SPACE
- –sql-mode=IGNORE_SPACE
- None of these
Correct Option: D
The MySQL server is told to accept spaces after function names by starting it with the ‘–sql-mode=IGNORE_SPACE’ option. Individual client programs can request this behavior by using the ‘CLIENT_IGNORE_SPACE’ option for ‘mysql_real_connect()’.