1.

The default case sensitivity of database and table names depends on ___________(a) SQL server(b) Server SQL mode(c) Operating system of machine(d) Does not depend on anythingThe question was posed to me in an international level competition.This intriguing question originated from Case Sensitivity in SQL Statements in section Using SQL to Manage Data of MySQL

Answer»

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