how to create a table in sql
Answers
Answered by
1
Dear mate,
Kindly mark the answer as brainliest if you find it useful.
Here's what you were looking for:
To create table in SQL you have to type the following command:
CREATE TABLE TABLENAME
( Coloumn 1 Datatype,
:
:
:
Coloumn n Datatype);
Hope this clears your doubt.✌
Kindly mark the answer as brainliest if you find it useful.
Here's what you were looking for:
To create table in SQL you have to type the following command:
CREATE TABLE TABLENAME
( Coloumn 1 Datatype,
:
:
:
Coloumn n Datatype);
Hope this clears your doubt.✌
Answered by
1
Answer:
To create table in SQL you have to type the following command:
CREATE TABLE TABLENAME
( Coloumn 1 Datatype,
:
:
:
Coloumn n Datatype).
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago
Hindi,
1 year ago
Chemistry,
1 year ago
Math,
1 year ago