PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? 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() get_array() and get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; @include ‘filename’; #include ; #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? end() final() close() finish() end() final() close() finish() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 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 databases has PHP supported almost since the beginning? Oracle Database MySQL SQL+ SQL Oracle Database MySQL SQL+ SQL ANSWER DOWNLOAD EXAMIANS APP