PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 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 Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MAX CURRENT_DATE() SUM MIN AVG MAX CURRENT_DATE() SUM MIN ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String TRUE FALSE 0 Empty String TRUE FALSE 0 ANSWER DOWNLOAD EXAMIANS APP