Home » MYSQL » Mysql Basic » Question
  1. How are identifiers quoted in MySQL?
    1. double quotes
    2. backticks
    3. can’t be quoted
    4. single quotes
    5. 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.



Your comments will be displayed only after manual approval.