PHP Databases Handling Which of the following is not an SQL aggregate function? AVG SUM MAX CURRENT_DATE() MIN AVG SUM MAX CURRENT_DATE() MIN ANSWER DOWNLOAD EXAMIANS APP
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? num_rows() changed_rows() affected_rows() new_rows() num_rows() changed_rows() affected_rows() new_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? destroy() free() remover() alloc() destroy() free() remover() alloc() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ either nothing or a forward slash backward slash nothing forward slash either nothing or a forward slash backward slash nothing forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? send_query() query() query_send() sendquery() send_query() query() query_send() sendquery() ANSWER DOWNLOAD EXAMIANS APP