PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? row() fetch_row() get_row() fetch() row() fetch_row() get_row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE DELETE TABLE DEL TABLE REMOVE TABLE DROP TABLE DELETE TABLE DEL TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and/or hypens one or more word characters one word characters one or more word characters and hypens one or more word characters and/or hypens one or more word characters one word characters one or more word characters and hypens ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? 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); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP