-
The default case sensitivity of database and table names depends on ___________.
-
- Does not depend on anything
- Operating system of machine
- SQL server
- Server SQL mode
- None of these
Correct Option: B
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.