Yesterday I was wondering how to created a table and save it, and today my teacher taught me how to do it. Yesterday I was trying to execute the program (sqlite3) first and then created the table but I didn't know that I new a database file.
The extension of the file you create have to be (.db) which stands for (database).
How you create a database in SQLite?
The way to create it is sqlite3 (name of your file with out parenthesis).db+
Please spend this week (only 3 days) continuing to work on the sqlite tutorials. I'm learning this at the same time you are, so we should have a lot to compare after the holidays.
ReplyDelete