Home » MYSQL » MySQL Database Operations » Question
  1. Which language is the core for APIs and communication in MySQL?
    1. C++
    2. Ruby
    3. C
    4. Python
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.