PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE DROP TABLE REMOVE TABLE DELETE TABLE TRUNCATE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? back() commit() undo() rollback() back() commit() undo() rollback() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ function.inc.php admin.php database index.php function.inc.php admin.php database index.php 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? URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and previous page The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL PostgreSQL None of these Microsoft SQL Server IBM DB/2 MySQL PostgreSQL None of these Microsoft SQL Server IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() ANSWER DOWNLOAD EXAMIANS APP