SQLite cheatsheetEditCreated 1/29/2014, updated 5/18/2017 .help: get help .tables: like SHOW TABLES in MySQL .schema <table>: like SHOW CREATE TABLE <table> in MySQL .quit: exits sqlitewiki