PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() close() end() finish() final() close() end() finish() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with The current page and previous page URL of previous entry and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with The current page and previous page ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini .htaccess admin.php index.php index.ini .htaccess admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server None of these IBM DB/2 PostgreSQL MySQL Microsoft SQL Server None of these IBM DB/2 PostgreSQL MySQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() send_query() query_send() query() sendquery() send_query() query_send() query() ANSWER DOWNLOAD EXAMIANS APP