write the steps to use SQlite
Answers
Answered by
1
Answer:
Create A New Database
At a shell or DOS prompt, enter: "sqlite3 test. db". This will create a new database named "test. db". (You can use a different name if you like.)
Enter SQL commands at the prompt to create and populate the new database.
Additional documentation is available here
Similar questions