$ 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> select * from sample; abc|100 def|200 sqlite>