PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 MySQL PostgreSQL None of these Microsoft SQL Server IBM DB/2 MySQL PostgreSQL None of these Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_param() bind_param() bind_result() bound_result() bound_param() bind_param() bind_result() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .adminaccess .htaccess .htmlaccess .urlaccess .adminaccess .htaccess .htmlaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False 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 Which of the following is not an SQL aggregate function? AVG CURRENT_DATE() MIN SUM MAX AVG CURRENT_DATE() MIN SUM MAX ANSWER DOWNLOAD EXAMIANS APP