PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? changed_rows() new_rows() num_rows() affected_rows() changed_rows() new_rows() num_rows() affected_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘admin’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. 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 function.inc.php index.php admin.php database function.inc.php index.php admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MAX CURRENT_DATE() MIN AVG SUM MAX CURRENT_DATE() MIN AVG ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysql-connect() function mysql_connect() function sql_connect() function mysqlconnect() function mysql-connect() function mysql_connect() function sql_connect() function mysqlconnect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.php .htaccess index.ini admin.php index.php .htaccess index.ini ANSWER DOWNLOAD EXAMIANS APP