1.

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) FalseThe question was asked in a national level competition.My enquiry is from Server SQL Mode in portion Using SQL to Manage Data of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions