TdlM / taskmaster

Menu
  • Make shortlink

series_scores

5 rows where series = 4

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series contestant score rank
16 Series 4 4 Hugh Dennis 18 129 4
17 Series 4 4 Joe Lycett 19 136 2
18 Series 4 4 Lolly Adefope 20 125 5
19 Series 4 4 Mel Giedroyc 21 134 3
20 Series 4 4 Noel Fielding 22 144 1

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