-
Which server mode value disables use of built in function names as identifiers?
-
- TRADITIONAL
- IGNORE_SPACE
- IGNORE_FUNC
- ANSI
- 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.