1.

The primary programming interface to MySQL is _____________(a) C API(b) C++ API(c) Java API(d) Python APII had been asked this question during an online exam.The question is from APIs Available for MySQL in section MySQL Programming of MySQL

Answer»

Correct option is (a) C API

To EXPLAIN: The primary PROGRAMMING interface to MySQL is the C API. It is used to implement some of the standard clients in the MySQL distribution INCLUDING mysql, mysqladmin and MYSQLDUMP.



Discussion

No Comment Found

Related InterviewSolutions