Backticks can be used around names of tables, databases, and columns to avoid having to escape characters that are valid in these names, but can alter the query syntax.
For example, if you had a table named "user names", then you should escape it with backticks otherwise your query will fail...