SQL CREATE TABLE and INSERT example

Create a SQLite table, insert rows, and query the resulting data in one runnable script.

This self-contained example starts from an empty in-browser SQLite database, defines a table, adds three records, and selects them back.

Write a query, load data, or pick a learning example.

Run with Cmd/Ctrl+Enter