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 ([w-]+) will match ___________ one or more word characters and hypens one or more word characters and/or hypens one or more word characters one word characters one or more word characters and hypens one or more word characters and/or hypens one or more word characters one word characters ANSWER DOWNLOAD EXAMIANS APP
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 Which one of the following databases has PHP supported almost since the beginning? Oracle Database SQL MySQL SQL+ Oracle Database SQL MySQL SQL+ ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP