Vidyalelo
MySQL · Q1142

MySQL

Programming · MySQL · question 1142

Q1142

Each language binding defines its own interface for accessing MySQL.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question is about how different programming languages interact with MySQL.

Imagine MySQL as a powerful toolbox.

Each programming language (like Python, Java, or PHP) has its own set of tools (functions, classes, etc.) to use that toolbox.

So, each language has its own way to "talk" to MySQL, using its specific set of tools.

Therefore, the answer is True.