PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE DEL TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ; @include ‘filename’; include ‘filename’; #include ‘filename’; #include ; @include ‘filename’; include ‘filename’; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() rollback() commit() back() undo() rollback() commit() back() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET index.php POST index.php POST admin.php GET admin.php GET index.php POST index.php POST admin.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP