TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 79

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
532 The noise that blue makes. 107 Bridget Christie 79 16 3 16 3
537 Birdy hand finger. 108 Bridget Christie 79 16 2 32 2
542 I think I've got this. 109 Bridget Christie 79 25 1 57 1
547 Shoe Who. 110 Bridget Christie 79 16 3= 73 1
552 Having a little chuckle. 111 Bridget Christie 79 11 3= 84 1
557 The 75th question. 112 Bridget Christie 79 9 5 93 2
562 Heg. 113 Bridget Christie 79 19 4= 112 3
567 You tuper super. 114 Bridget Christie 79 20 1 132 2
572 It might be wind. 115 Bridget Christie 79 7 5 139 3
577 The House Queens. 116 Bridget Christie 79 18 3 157 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.302ms