Q. The default case sensitivity of database and table names depends on . . . . . . . .

  • (A) SQL server
  • (B) Declaring Foreign Key
  • (C) Operating system of machine
  • (D) Does not depend on anything
πŸ’¬ Discuss
βœ… 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).
Explanation by: Vijay Sangwan
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).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
91%
Success Rate