PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL None of these MySQL IBM DB/2 Microsoft SQL Server PostgreSQL None of these MySQL IBM DB/2 Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘admin’]. $_GET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MAX MIN AVG CURRENT_DATE() SUM MAX MIN AVG CURRENT_DATE() SUM ANSWER DOWNLOAD EXAMIANS APP