I know it's a silly question
But I'm curious to know the difference in SQL Between using This ` and not using it, and what's the best.
For Example :
What is the difference between
SELECT * FROM `Table` WHERE ....
and
SELECT * FROM Table WHERE ....