PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); 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 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 Which of the following methods is used to execute the statement after the parameters have been bound? bind_param() bind_result() bound_param() bound_result() bind_param() bind_result() bound_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? final() end() close() finish() final() end() close() finish() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 MySQL 4.3 MySQL 4.0 MySQL 4.2 MySQL 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? changed_rows() new_rows() num_rows() affected_rows() changed_rows() new_rows() num_rows() affected_rows() ANSWER DOWNLOAD EXAMIANS APP