PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bound_param() bound_result() bind_param() bind_result() bound_param() bound_result() bind_param() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? The current page and previous page The current page and URL of the entry you are working with URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with URL of previous entry and previous page URL of previous entry and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? alloc() remover() destroy() free() alloc() remover() destroy() free() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. False True False True ANSWER DOWNLOAD EXAMIANS APP