PHP Databases Handling The (|/) tells the server to match ___________ forward slash backward slash nothing either nothing or a forward slash forward slash backward slash nothing either nothing or a forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DELETE TABLE DROP TABLE REMOVE TABLE DEL TABLE DELETE TABLE DROP TABLE REMOVE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.ini admin.php index.php .htaccess index.ini admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP