PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() sendquery() send_query() query_send() query() sendquery() send_query() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these Microsoft SQL Server IBM DB/2 MySQL PostgreSQL None of these Microsoft SQL Server IBM DB/2 MySQL PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling What will happen at the end of the following sequence of SQL commands?BEGIN TRANSACTIONDELETE FROM MYTABLE WHERE ID=1DELETE FROM OTHERTABLEROLLBACK TRANSACTION The contents of both OTHERTABLE and MYTABLE will be deleted The contents of OTHERTABLE will be deleted, as will be all the contents of MYTABLE whose ID is 1 The contents of OTHERTABLE will be deleted The database will remain unchanged The contents of both OTHERTABLE and MYTABLE will be deleted The contents of OTHERTABLE will be deleted, as will be all the contents of MYTABLE whose ID is 1 The contents of OTHERTABLE will be deleted The database will remain unchanged ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() ANSWER DOWNLOAD EXAMIANS APP