PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() commit() rollback() back() undo() commit() rollback() back() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens 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
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. 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? bound_param() bind_result() bound_result() bind_param() bound_param() bind_result() bound_result() bind_param() ANSWER DOWNLOAD EXAMIANS APP