TdlM / taskmaster

Menu
  • Make shortlink

series_scores

5 rows where series = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ series contestant score rank
86 Series 14 14 Dara Ó Briain 88 184 1
87 Series 14 14 Fern Brady 89 144 4=
88 Series 14 14 John Kearns 90 144 4=
89 Series 14 14 Munya Chawawa 91 150 3
90 Series 14 14 Sarah Millican 92 174 2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE series_scores (
   id         INTEGER PRIMARY KEY,
   series     INTEGER REFERENCES series(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT
);
Powered by Datasette · Queries took 6.375ms