PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? SQL+ SQL Oracle Database MySQL SQL+ SQL Oracle Database MySQL 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 the dataset returned by the query to be sorted in descending order It causes the result set to include a description of the NAME field It causes rows with the same ID to be sorted by NAME in ascending order It causes rows with the same ID to be sorted by NAME in descending order It causes the dataset returned by the query to be sorted in descending order It causes the result set to include a description of the NAME field It causes rows with the same ID to be sorted by NAME in ascending order It causes rows with the same ID to be sorted by NAME in descending order ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? destroy() alloc() free() remover() destroy() alloc() free() remover() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_row() get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() close() finish() end() final() close() finish() end() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL Microsoft SQL Server IBM DB/2 None of these PostgreSQL MySQL Microsoft SQL Server IBM DB/2 None of these PostgreSQL ANSWER DOWNLOAD EXAMIANS APP