Home » MYSQL » Mysql Basic » Question
  1. Which server mode value disables use of built in function names as identifiers?
    1. TRADITIONAL
    2. IGNORE_SPACE
    3. IGNORE_FUNC
    4. ANSI
    5. None of these
Correct Option: B

The Server SQL mode value ‘IGNORE_FUNC’ is used to restrict the identifier naming conventions. When this is enabled, the names of built in functions can no longer be used as identifiers.



Your comments will be displayed only after manual approval.