Q. The default case sensitivity of database and table names depends on . . . . . . . .
β
Correct Answer: (C)
Operating system of machine
Explanation: This question is about how MySQL handles the names of databases and tables. It's asking whether the names are case-sensitive (meaning "myTable" is different from "MyTable") or case-insensitive (meaning they are treated the same).