PHP Databases Handling ([w-]+) will match ___________ one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE 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? 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 The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errno() errorno() errnumber() errornumber() errno() errorno() errnumber() errornumber() 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 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); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? $mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() mysqli->new.mysqli() ANSWER DOWNLOAD EXAMIANS APP