PHP Databases Handling Which of the following is not an SQL aggregate function? MAX CURRENT_DATE() MIN SUM AVG MAX CURRENT_DATE() MIN SUM AVG ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ either nothing or a forward slash backward slash forward slash nothing either nothing or a forward slash backward slash forward slash nothing ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_GET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL Microsoft SQL Server IBM DB/2 PostgreSQL None of these MySQL Microsoft SQL Server IBM DB/2 PostgreSQL None of these ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP