TdlM / taskmaster

Menu
  • Make shortlink

series_scores

5 rows where series = 12

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ series contestant score rank
66 Series 12 12 Alan Davies 68 161 3=
67 Series 12 12 Desiree Burch 69 161 3=
68 Series 12 12 Guz Khan 70 167 2
69 Series 12 12 Morgana Robinson 71 168 1
70 Series 12 12 Victoria Coren Mitchell 72 121 5

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 321.702ms