Computer Science, asked by ahirwarjeetu7699, 1 year ago

how to create a table in sql

Answers

Answered by CyberAkay
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.✌
Answered by FallenLove
1

Answer:

\huge{\underline{\underline{\textsf{\textbf{Aηѕωєя࿐}}}}}

To create table in SQL you have to type the following command:

CREATE TABLE TABLENAME

( Coloumn 1 Datatype,

:

:

:

Coloumn n Datatype).

Similar questions