Single Choice Not Set

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

ID: #2545 MySql with PHP Basic MCQ 3,295 views
Question Info
#2545Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • 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);
Correct Answer

Explanation

CREATE TABLE table_name (column_name column_type);

Share This Question

Challenge a friend or share with your study group.