PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? MySQL Oracle Database SQL SQL+ MySQL Oracle Database SQL SQL+ ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() row() fetch_row() fetch() get_row() row() fetch_row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; #include ; include ‘filename’; @include ‘filename’; #include ‘filename’; #include ; include ‘filename’; @include ‘filename’; 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 Use the .............. to delete the data inside the table, and not the table itself? REMOVE TABLE TRUNCATE TABLE DELETE TABLE DROP TABLE REMOVE TABLE TRUNCATE TABLE DELETE TABLE DROP 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