Vidyalelo
MySQL · Q489

MySQL

Programming · MySQL · question 489

Q489

The primary programming interface to MySQL is . . . . . . . .

A.
C API
Answer
B.
C++ API
C.
Java API
D.
Python API

Answer: Option A

Solution

Answer: Option A
Solution:
This question asks about the main way to interact with MySQL, which is like the language you use to talk to it.

Out of the options given, the most common and important way to connect to MySQL is through the C API.

This is why the answer is Option A.

While other languages like C++, Java, and Python have their own APIs to work with MySQL, the C API is the foundation and is often used by other APIs.