SQLite Cheat sheet

From Cramsession
Revision as of 16:36, 24 July 2025 by Mflavell (talk | contribs) (Created page with " Exit .exit Display Tables .tables Clear display .shell clear Make format readable .mode column Display a table select * from ''whatever'';")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Exit

.exit

Display Tables

.tables

Clear display

.shell clear

Make format readable

.mode column

Display a table

select * from whatever;