TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
1 Melon buffet. 1 Frank Skinner 3 19 1= 19 1=
2 Melon buffet. 1 Josh Widdicombe 4 13 4 13 4
3 Melon buffet. 1 Roisin Conaty 5 7 5 7 5
4 Melon buffet. 1 Romesh Ranganathan 6 19 1= 19 1=
5 Melon buffet. 1 Tim Key 7 17 3 17 3

Advanced export

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

CSV options:

CREATE TABLE episode_scores (
   id         INTEGER PRIMARY KEY,
   episode    INTEGER REFERENCES episodes(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT,
   series     INTEGER,
   srank      TEXT
);
Powered by Datasette · Queries took 8.18ms