Vidyalelo
PHP · Q5

Databases Handling

Programming · PHP · question 5

Q5

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

A.
CREATE TABLE table_name (column_name column_type);
Answer
B.
CREATE table_name (column_type column_name);
C.
CREATE table_name (column_name column_type);
D.
CREATE TABLE table_name (column_type column_name);

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board