For which language is the engine specific interface PDO defined?
A. Python
B. Perl
C. PHP
D. C
Answer: Option C
Solution (By Examveda Team)
This question is about a special way to connect to a database called MySQL.Think of it like a bridge that lets you talk to the database using different languages. This bridge is called PDO (PHP Data Objects).
The question asks which language is PDO specifically designed for.
Out of the options given:
A. Python: Python is a language, but PDO isn't made for it.
B. Perl: Perl is another language, but PDO is not meant for Perl.
C. PHP: This is the correct answer! PDO was built for the PHP language.
D. C: C is a programming language, but PDO wasn't designed for it.
So, the answer is Option C: PHP.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion