-
What can be used in place of MYSQL_SERVER_VERSION?
-
- MYSQL_VERSION_ID
- MYSQL_ID
- LIBMYSQL_VERSION_ID
- LIBMYSQL_VERSION
- None of these
Correct Option: D
The macros ‘LIBMYSQL_VERSION’ and ‘LIBMYSQL_VERSION_ID’ have the same values as ‘MYSQL_SERVER_VERSION’ and ‘MYSQL_VERSION_ID’ and the two sets of macros can be used in place of each other.