The left editor defines a fresh SQLite database with CREATE TABLE and INSERT statements. The right editor works against that database for the rest of your session, so you can test a query, change rows, and query again. Editing the schema rebuilds the database on the next run.
The engine and your work stay in this browser tab. There is no connection string, account, or server-side database, which makes the playground useful for private snippets and quick experiments.