How to creat the SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to creat the SQL

table

15th Dec 2018, 3:08 PM
Gauri gamage
Gauri gamage - avatar
7 Answers
+ 2
CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, .... );
15th Dec 2018, 3:16 PM
Arun Pandey
Arun Pandey - avatar
+ 2
Take sql course its not hard, because the syntax are easy to remember https://www.sololearn.com/Course/SQL/?ref=app
15th Dec 2018, 3:17 PM
Taste
Taste - avatar
+ 1
This is psudo cord ...how to creating table?
16th Dec 2018, 1:56 AM
Gauri gamage
Gauri gamage - avatar
+ 1
No, read the link we were provided
16th Dec 2018, 6:01 AM
Taste
Taste - avatar
0
This is psudo cord ...how to creating table?
16th Dec 2018, 1:56 AM
Gauri gamage
Gauri gamage - avatar
0
No, read the link we were provided
16th Dec 2018, 6:01 AM
Taste
Taste - avatar
- 1
CREATE DATABASR ABANCE; C REATE TABLE SUPPLIER( SNO VARCHAR(255), NAME VARCHAR(255), STATUS-INT CITY VARCHAR(255) ); SELECT*FROM SUPPLIERI INSERT INTO SUPPLIER(SNO,NAME,STATUS,CITY) VALUES ('S1','TOM',30,'COLOMBO');
16th Dec 2018, 1:50 AM
Gauri gamage
Gauri gamage - avatar