$ sqlite3 company.db SQLite version 3.8.10.1 2015-05-09 12:14:55 Enter ".help" for usage hints. sqlite> select * from employee limit 2; 101|John Smith|CEO|3| 102|Raj Reddy|Sysadmin|2|