Have you ever wondered what quotes to use in SQL commands?
There is a very short help-block on the topic "Quotes in SQL commands" at the bottom of our Troubleshooting-Guide.
`
Backticks enclose table- or column-names
'
Single Quotes enclose values (like numbers or strings)