PHP Databases Handling Which one of the following statements can be used to select the database? $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? 0 TRUE FALSE Empty String 0 TRUE FALSE Empty String 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? fetch_row() row() get_row() fetch() fetch_row() row() get_row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? finish() end() close() final() finish() end() close() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? MySQL SQL SQL+ Oracle Database MySQL SQL SQL+ Oracle Database ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. False True False True ANSWER DOWNLOAD EXAMIANS APP