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? finish() close() final() end() finish() close() final() end() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? mysqli = new mysqli() $mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL None of these Microsoft SQL Server PostgreSQL IBM DB/2 MySQL None of these Microsoft SQL Server PostgreSQL IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP