TdlM / taskmaster

Menu
  • Make shortlink

series_scores

5 rows where series = 7

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series contestant score rank
36 Series 7 7 James Acaster 38 165 4
37 Series 7 7 Jessica Knappett 39 175 2
38 Series 7 7 Kerry Godliman 40 176 1
39 Series 7 7 Phil Wang 41 133 5
40 Series 7 7 Rhod Gilbert 42 167 3

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