PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? SQL+ Oracle Database MySQL SQL SQL+ Oracle Database MySQL SQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 MySQL None of these Microsoft SQL Server PostgreSQL IBM DB/2 MySQL None of these Microsoft SQL Server PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ index.php function.inc.php admin.php database index.php function.inc.php admin.php database ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; @include ‘filename’; #include ; include ‘filename’; #include ‘filename’; @include ‘filename’; #include ; include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MAX SUM MIN AVG CURRENT_DATE() MAX SUM MIN AVG CURRENT_DATE() 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