PHP Databases Handling Which of the following is not an SQL aggregate function? MIN MAX CURRENT_DATE() SUM AVG MIN MAX CURRENT_DATE() SUM AVG 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() bound_result() bind_result() bound_param() bind_param() bound_result() bind_result() 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() query_send() sendquery() send_query() query() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? row() fetch() get_row() fetch_row() row() fetch() get_row() fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errorno() errnumber() errornumber() errno() errorno() errnumber() errornumber() errno() ANSWER DOWNLOAD EXAMIANS APP