> sqlite leavebal.db SQLite version 2.8.17 Enter ".help" for instructions sqlite> .tables sqlite> #### sqlite> create table foo (alpha varchar(10) primary key); sqlite> .tables foo