PHP Databases Handling Which of the following is not an SQL aggregate function? SUM MAX AVG MIN CURRENT_DATE() SUM MAX AVG MIN CURRENT_DATE() 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 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 In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 ANSWER DOWNLOAD EXAMIANS APP
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 When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and previous page The current page and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with URL of previous entry and previous page The current page and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP