Home » MYSQL » Mysql Compound Statements » Question
  1. What can be used interchangeably with MYSQL_VERSION_ID?
    1. MYSQL_VERSION_ID
    2. MYSQL_ID
    3. LIBMYSQL_VERSION_ID
    4. LIBMYSQL_VERSION
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.