We're sorry but sqltools doesn't work properly without JavaScript enabled. Please enable it to continue.
SQLTools
SQL Formatter
SQL Table Creator
Table Templates
Code Examples
Code examples for SQLite
Remembering all the syntax for SQLite is hard, at least we find it hard to remember it all. Hopefully the examples below help you as much as they help us.
Rename A Column
How to rename a table column in SQLite
CREATE INDEX examples
How to create an index on one (or many) columns in SQLite.