- 1

How to create a table

create table table name

9th Oct 2018, 11:08 AM
Asiya Shabbir
Asiya Shabbir - avatar
4 Answers
+ 5
Please follow the sql tutorial of the app. https://www.sololearn.com/Course/SQL/?ref=app
9th Oct 2018, 11:36 AM
Frost
Frost - avatar
0
take a wood and then try to cut it in a table form
9th Oct 2018, 11:19 AM
Yagshygeldi Annagurdow
0
create table "TableName ( ID int, field 1, field 2, field n, . . )
10th Oct 2018, 11:27 PM
Marco Bolaños
Marco Bolaños - avatar
0
create table Table name( attribute 1(data type), attribute2(data type), attribute 3(data type), attribute n(data type) )
11th Oct 2018, 12:00 PM
Shruti Verma
Shruti Verma - avatar