PHP Databases Handling Which of the following is not an SQL aggregate function? MIN MAX SUM AVG CURRENT_DATE() MIN MAX SUM AVG CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling What does the DESC keyword do in the following query?SELECT * FROM MY_TABLE WHERE ID > 0 ORDER BY ID, NAME DESC It causes rows with the same ID to be sorted by NAME in ascending order It causes the result set to include a description of the NAME field It causes the dataset returned by the query to be sorted in descending order It causes rows with the same ID to be sorted by NAME in descending order It causes rows with the same ID to be sorted by NAME in ascending order It causes the result set to include a description of the NAME field It causes the dataset returned by the query to be sorted in descending order It causes rows with the same ID to be sorted by NAME in descending order ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ start.php index.ini php.ini index.php start.php index.ini php.ini index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() finish() end() close() final() finish() end() close() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errno() errorno() errornumber() errnumber() errno() errorno() errornumber() errnumber() 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