MySQL Connectors and APIs
- The MySQL APIs are libraries to connect applications to database servers.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The MySQL Connectors and APIs are some drivers and libraries. They are used to connect the applications in different programming languages to the database servers of MySQL.
- The JDBI interface is available for _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The JDBI interface is available for the programming language Java. Java is one of the most widely popular languages in the world. It is a powerful object oriented programming language.
- For which language is the PEAR module used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The PEAR database module is specified for the language PHP. PHP is a server side scripting language and it provides an appropriate method of embedding programs in the web pages.
- Which language is the core for APIs and communication in MySQL?
-
View Hint View Answer Discuss in Forum
NA
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.
- For how many of the following do interfaces exist for implementing direct native client-server protocol?
Java, PHP, Ruby
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
There are interfaces for languages like Java, PHP and Python that implement the native client-server protocol directly instead of using the C library to handle communications.