TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 80

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
533 The noise that blue makes. 107 Chris Ramsey 80 23 1 23 1
538 Birdy hand finger. 108 Chris Ramsey 80 18 1 41 1
543 I think I've got this. 109 Chris Ramsey 80 13 4 54 2
548 Shoe Who. 110 Chris Ramsey 80 17 1= 71 2
553 Having a little chuckle. 111 Chris Ramsey 80 11 3= 82 2
558 The 75th question. 112 Chris Ramsey 80 15 1= 97 1
563 Heg. 113 Chris Ramsey 80 19 4= 116 2
568 You tuper super. 114 Chris Ramsey 80 14 4 130 3
573 It might be wind. 115 Chris Ramsey 80 19 1 149 2
578 The House Queens. 116 Chris Ramsey 80 21 2 170 2

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.037ms