Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. 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);

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment