2.
The updated MySQL extension released with PHP 5 is typically referred to as.

3.
Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?

4.
In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced?

5.
Which one of the following statements is used to create a table?

6.
Which one of the following statements instantiates the mysqli class?

7.
Which one of the following statements can be used to select the database?

8.
Which one of the following methods can be used to diagnose and display information about a MySQL connection error?

9.
Which method returns the error code generated from the execution of the last MySQL function?