1.

What can be used interchangeably with MYSQL_VERSION_ID?(a) LIBMYSQL_VERSION(b) LIBMYSQL_VERSION_ID(c) MYSQL_VERSION_ID(d) MYSQL_IDI had been asked this question in examination.My question is taken from Compound Statement Syntax topic in chapter SQL Syntax of MySQL

Answer»

Right CHOICE is (B) LIBMYSQL_VERSION_ID

Easy EXPLANATION: The ‘LIBMYSQL_VERSION’ and ‘LIBMYSQL_VERSION_ID’ macros have the same values as ‘MYSQL_SERVER_VERSION’ and ‘MYSQL_VERSION_ID’ and the two sets of macros can be used interchangeably.



Discussion

No Comment Found

Related InterviewSolutions