PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 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 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 method returns the error code generated from the execution of the last MySQL function? errorno() errornumber() errnumber() errno() errorno() errornumber() errnumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DELETE TABLE DROP TABLE REMOVE TABLE DEL TABLE DELETE TABLE DROP TABLE REMOVE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP