PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DELETE TABLE TRUNCATE TABLE REMOVE TABLE DROP TABLE DELETE TABLE TRUNCATE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.php index.ini start.php php.ini index.php index.ini start.php php.ini ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errorno() errornumber() errno() errnumber() errorno() errornumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? send_query() query() query_send() sendquery() send_query() query() query_send() sendquery() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? SUM AVG MAX MIN CURRENT_DATE() SUM AVG MAX MIN CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP