I can't find a reference about which part of a MySQL query is case sensitive.
Is there an overview of where capitalization matters?
Specifically, are any of these case sensitive:
- database name
- table name
- column name
Is it tied to the OS? Configurable? Or some other combination of factors?