So my terminal which says
sqlite>
and I enter the following text:
sqlite> test.db
The problem is when I press enter, it just gives me:
...>
How come it is not creating the database? I've tried also entering:
sqlite> sqlite3 test.db
But that didn't work either. What is my problem?