1.

What does the default case sensitivity of database and table names depend on?(a) SQL server(b) Server SQL mode(c) Operating system of machine(d) Does not depend on anythingI got this question during an interview for a job.Enquiry is from Securing a New MySQL Installation topic in division General MySQL Administration of MySQL

Answer»

The correct choice is (c) Operating system of MACHINE

To elaborate: 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.



Discussion

No Comment Found

Related InterviewSolutions