Hi all I am totally new to SQLite. i have downloaded the necessary files from the SQLite website. I would like to know the steps to create a database. I checked a few sites, and they have mentioned $ sqlite3 test.db SQLite version 3.0.8 Enter ".help" for instructions sqlite> .quit The problem...