-
How are identifiers quoted in MySQL?
-
- double quotes
- backticks
- can’t be quoted
- single quotes
- None of these
Correct Option: B
An identifier is quoted within the backtick characters ‘`’. This allows use of any character except a byte with value 0 or 255. Single quotes and double quotes are not allowed when quoting identifier names.