PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? The current page and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with URL of previous entry and previous page 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
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 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[‘admin’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL PostgreSQL Microsoft SQL Server IBM DB/2 None of these MySQL PostgreSQL Microsoft SQL Server IBM DB/2 None of these ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() get_array() and get_column() fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP