TdlM / taskmaster

Menu
  • Make shortlink

discrepancies

Table actions
  • Toggle column notes
?
This table exists to account for the two whole points that have gone misplaced in the history of TMUK.

2 rows where contestant = 67

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ contestant task episode series observed official
8 Sarah Kendall 67   It's not your fault. 86   19 18
10 Sarah Kendall 67     Series 11 11 159 158

Advanced export

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

CSV options:

CREATE TABLE discrepancies (
   id         INTEGER PRIMARY KEY,
   contestant INTEGER REFERENCES people(id),
   task       INTEGER REFERENCES tasks(id),
   episode    INTEGER REFERENCES episodes(id),
   series     INTEGER REFERENCES series(id),
   observed   INTEGER,
   official   INTEGER
);
Powered by Datasette · Queries took 7.645ms