PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() finish() end() final() close() finish() end() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() rollback() back() commit() undo() rollback() back() commit() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ database admin.php function.inc.php index.php database admin.php function.inc.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query() send_query() query_send() sendquery() query() send_query() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE REMOVE TABLE TRUNCATE TABLE DELETE TABLE DROP TABLE REMOVE TABLE TRUNCATE TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL MySQL Microsoft SQL Server None of these IBM DB/2 PostgreSQL MySQL Microsoft SQL Server None of these IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP