TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 106

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
526 Basic recipe 28. 106 Adrian Chiles 73 22 1 22 1
527 Basic recipe 28. 106 Claudia Winkleman 74 6 5 6 5
528 Basic recipe 28. 106 Jonnie Peacock 75 15 2 15 2
529 Basic recipe 28. 106 Lady Leshurr 76 12 4 12 4
530 Basic recipe 28. 106 Sayeeda Warsi 77 13 3 13 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 7.466ms