-
What does the default case sensitivity of database and table names depend on?
-
- Server SQL mode
- Does not depend on anything
- SQL server
- Operating system of machine
- None of these
Correct Option: D
The default case sensitivity imposes a dependency on the operating system of the machine on which the MySQL server is running. Windows does not treat database and table names as case sensitive unlike Unix.