Home » MYSQL » MySQL Functions » Question
  1. The server is told to accept spaces after function names by _____________.
    1. –sql-mode=SPACE_SKIP
    2. –sql-mode=SPACE_IGNORE
    3. –sql-mode=SKIP_SPACE
    4. –sql-mode=IGNORE_SPACE
    5. 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()’.



Your comments will be displayed only after manual approval.