PHP Databases Handling Which method rolls back the present transaction? back() rollback() commit() undo() back() rollback() commit() undo() 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 If there is no error, then what will the error() method return? TRUE 0 FALSE Empty String TRUE 0 FALSE Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqly mysqli MySQL mysql mysqly mysqli MySQL mysql ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE DELETE TABLE DEL TABLE REMOVE TABLE DROP TABLE DELETE TABLE DEL TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server PostgreSQL IBM DB/2 None of these MySQL Microsoft SQL Server PostgreSQL IBM DB/2 None of these MySQL ANSWER DOWNLOAD EXAMIANS APP