MySQL Connectors and APIs


  1. The MySQL APIs are libraries to connect applications to database servers.











  1. 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.


  1. The JDBI interface is available for _____________.











  1. 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.



  1. For which language is the PEAR module used?











  1. 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.


  1. Which language is the core for APIs and communication in MySQL?











  1. 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.



  1. For how many of the following do interfaces exist for implementing direct native client-server protocol?
    Java, PHP, Ruby











  1. 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.