Database MCQ Set 1 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_SKIP AnswerAnswer: b [Reason:] 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…