PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli mysqly MySQL mysql mysqli mysqly MySQL mysql ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bound_param() bind_param() bound_result() bind_result() bound_param() bind_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? TRUE Empty String FALSE 0 TRUE Empty String FALSE 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP