Sail E0 Webinar
Question
Which one of the following statements is used to create a table?
Options:
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


CREATE TABLE table_name (column_name column_type);



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers