🪨 stratum-sqlite
Home
Table Viewer
SQL Console
GitHub ↗
SQL Console
Run any
SELECT
query against the demo database. Same browser-cached copy — instant startup.
⏳ Loading database…
Schema
Query
SELECT c.name, c.capital, c.region, i.life_expectancy, i.internet_pct FROM countries c JOIN indicators i ON i.country_iso = c.iso3 AND i.year = 2022 ORDER BY i.life_expectancy DESC LIMIT 10;
▶ Run query
Results