Examveda
Examveda

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

A. CREATE TABLE table_name (column_name column_type);

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


This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling