PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() fetch_row() row() fetch() get_row() fetch_row() row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? CURRENT_DATE() AVG SUM MIN MAX CURRENT_DATE() AVG SUM MIN MAX ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.php index.ini admin.php .htaccess index.php index.ini admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 None of these MySQL PostgreSQL Microsoft SQL Server IBM DB/2 None of these MySQL PostgreSQL Microsoft SQL Server 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 The (|/) tells the server to match ___________ nothing either nothing or a forward slash forward slash backward slash nothing either nothing or a forward slash forward slash backward slash ANSWER DOWNLOAD EXAMIANS APP