PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MIN AVG MAX CURRENT_DATE() SUM MIN AVG MAX CURRENT_DATE() 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 Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() query_send() sendquery() send_query() query() query_send() sendquery() send_query() ANSWER DOWNLOAD EXAMIANS APP