$ sqlite3 testdb.db SQLite version 3.7.9 2011-11-01 00:52:41 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> create table sample( ...> id varchar(5) ...> ,val number(5) ...> ); sqlite> .database seq name file --- --------------- ---------------------------------------------------------- 0 main /home/tj510/work200/testdb.db sqlite>