I basically always leave row and table names unquoted in my MYSQL queries - it's never caused me a problem, and I find it more readable. However, I have noticed that some people keep them enclosed in backticks.
So, what's the difference between a quoted table name and an unquoted? Any advantages / disadvantages? Are there situations where you might need to enclose a name in quotes?