Using backticks around field names
Using backticks permits you to use alternative characters. In query writing it’s not such a problem, but if one assumes you can just use backticks, I would assume it lets you get away with ridiculous stuff like SELECT `id`, `my name`, `another field` , `field,with,comma` Which does of course generate badly named tables. If you’re … Read more