+ 2
Database
how can I make , use and upload a database?
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
+ 1
CREATE TABLE booklist VALUES(id INTEGER PRIMARY KEY, books TEXT,
number INTEGER);
INSERT INTO booklist VALUES(1, "harry potter", 7);