Discussion :: PHP - CS
- 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
Explanation :
Explanation Not Provided
Be The First To Comment