PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL MySQL None of these IBM DB/2 Microsoft SQL Server PostgreSQL MySQL None of these IBM DB/2 Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.ini index.php admin.php .htaccess index.ini index.php admin.php 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_column() get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_row() 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? 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 The current page and previous page URL of previous entry 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 The current page and previous page URL of previous entry and previous page 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 Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP