Which language is the core for APIs and communication in MySQL?
A. C
B. C++
C. Python
D. Ruby
Answer: Option A
Solution (By Examveda Team)
This question is asking about the main language used by MySQL to communicate with other programs and services. Think of it like the language a computer uses to talk to other computers.Out of the options given, C is the language most commonly used by MySQL for its core functions. It's like the foundation that everything else is built upon.
While other languages like Python and Ruby can be used to interact with MySQL, they aren't the primary languages the database itself uses for its internal workings.
Therefore, the answer is Option A: C.

Join The Discussion