Database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Database

how can I make , use and upload a database?

2nd Feb 2017, 9:32 AM
tim wong
tim wong - avatar
2 Answers
+ 1
by calling bits of data and putting code into it so you can call it and use the memory that you make to make something like a game
2nd Feb 2017, 10:29 AM
Ian
Ian - avatar
+ 1
CREATE TABLE booklist VALUES(id INTEGER PRIMARY KEY, books TEXT, number INTEGER); INSERT INTO booklist VALUES(1, "harry potter", 7);
2nd Feb 2017, 3:07 PM
zach