1.

Which language is the core for APIs and communication in MySQL?(a) C(b) C++(c) Python(d) RubyThe question was posed to me during an interview.The origin of the question is APIs Available for MySQL in division MySQL Programming of MySQL

Answer»

Correct CHOICE is (a) C

To ELABORATE: In order to provide application development, MySQL provides a CLIENT library written in the C programming language. It ENABLES the access of MySQL databases from a C program.



Discussion

No Comment Found

Related InterviewSolutions