Case sensitivity in SQL statements does not vary for different operating systems of the machine on which the server is running.
(a) True
(b) False
I got this question during an interview.
I need to ask this question from Case Sensitivity in SQL Statements in portion Using SQL to Manage Data of MySQL
(a) True
(b) False
I got this question during an interview.
I need to ask this question from Case Sensitivity in SQL Statements in portion Using SQL to Manage Data of MySQL
Correct choice is (b) False
To elaborate: The case sensitivity rules in SQL statements are different for different statement elements, depend on what is being referred to and also on the machine’s operating system on which the server is running.