PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php GET index.php POST index.php POST admin.php GET admin.php GET index.php POST index.php POST admin.php 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 The current page and previous page URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and URL of the entry you are working with The current page and previous page 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 Which one of the following methods is responsible for sending the query to the database? send_query() query() sendquery() query_send() send_query() query() sendquery() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server ANSWER DOWNLOAD EXAMIANS APP