1.

System variable in MySQL server that enables to configure the SQL mode is __________(a) sql_mode(b) sql_config(c) sql_server(d) sql_enableThe question was asked in semester exam.My question is taken from Using the Embedded Server Library in portion MySQL Programs Using C of MySQL

Answer»

Correct answer is (a) sql_mode

Easiest explanation: The system variable ‘sql_mode’ is USED by the MYSQL server to configure the SQL mode. It has an impact on various aspects of the SQL statement EXECUTIONS. The other variables do not exist in the server.



Discussion

No Comment Found

Related InterviewSolutions