SQLite cheatsheetEditCreated 1/29/2014, updated 1/10/2025 .help: get help .tables: like SHOW TABLES in MySQL .schema <table>: like SHOW CREATE TABLE <table> in MySQL .quit: exits sqlitewikicheatsheet