Discussion Forum : Php Databases Handling
Question - Which one of the following statements is used to create a table?
Options:
A .  CREATE table_name (column_type column_name);
B .  CREATE TABLE table_name (column_name column_type);
C .  CREATE table_name (column_name column_type);
D .  CREATE TABLE table_name (column_type column_name);
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *