Any client in the client/server architecture of MySQL can change how the server behaves in relation to itself without impact on other clients.
(a) True
(b) False
The question was asked in a national level competition.
My enquiry is from Server SQL Mode in portion Using SQL to Manage Data of MySQL
(a) True
(b) False
The question was asked in a national level competition.
My enquiry is from Server SQL Mode in portion Using SQL to Manage Data of MySQL
Correct answer is (a) True
Explanation: The MySQL server system variable ‘sql_mode’ can be set up globally. In this way, individual clients would have the ability to change their connection to the server. This variable can affect several aspects of statement executions.