PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errornumber() errorno() errno() errnumber() errornumber() errorno() errno() 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? affected_rows() num_rows() new_rows() changed_rows() affected_rows() num_rows() new_rows() changed_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server IBM DB/2 PostgreSQL MySQL None of these Microsoft SQL Server IBM DB/2 PostgreSQL MySQL None of these ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); ANSWER DOWNLOAD EXAMIANS APP