PHP Databases Handling
([w-]+) will match ___________

one or more word characters and hypens
one or more word characters and/or hypens
one word characters
one or more word characters

ANSWER DOWNLOAD EXAMIANS APP

PHP Databases Handling
Which one of the following statements is used to create a table?

CREATE TABLE table_name (column_name column_type);
CREATE TABLE table_name (column_type column_name);
CREATE table_name (column_name column_type);
CREATE table_name (column_type column_name);

ANSWER DOWNLOAD EXAMIANS APP