What is the command used to create a new table in a database
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, ….);
The SQL CREATE TABLE Statement