Quote method for MySQL identifiers
In MySQL, identifiers are enclosed in backticks, e.g. x.
x
## S4 method for signature 'MySQLConnection,character' dbQuoteIdentifier(conn, x, ...)
Useful links