Im new to databases. now im going to learm sqlite. I downloaded sqlite shell 3.7.14.1. Im trying to creat a database ang googling this for a long time. but cant find a answer.
in the shell I gave command sqlite3 test.db then it shows ...> then i exit with command .exit but I see no database is created. please can someone help me in this issue.


The command:
will create the database in the file called
test.db. You can go on an create tables and you will be able to sore and query data in this database.Try this:
then
Here is a sample “session” on Windows