PHP Databases Handling Which one of the following statements instantiates the mysqli class? mysqli = new mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli->new.mysqli() mysqli = new mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli->new.mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.2 MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 MySQL 4.3 MySQL 4.1 MySQL 4.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 PostgreSQL Microsoft SQL Server MySQL None of these IBM DB/2 PostgreSQL Microsoft SQL Server MySQL None of these ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ start.php index.php index.ini php.ini start.php index.php index.ini php.ini ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters and/or hypens one or more word characters and hypens one or more word characters one word characters one or more word characters and/or hypens one or more word characters and hypens one or more word characters ANSWER DOWNLOAD EXAMIANS APP