Intern lab
Each scenario is its own app and a throwaway database. Edits stay in that scenario only.
Choose a file
Save
Session database
Tables
Reset data
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' ORDER BY 1;
Run