TdlM / taskmaster

Menu
  • Make shortlink

series_scores

5 rows where series = 16

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series contestant score rank
101 Series 16 16 Julian Clary 103 155 2
102 Series 16 16 Lucy Beaumont 104 129 5
103 Series 16 16 Sam Campbell 105 161 1
104 Series 16 16 Sue Perkins 106 137 4
105 Series 16 16 Susan Wokoma 107 139 3

Advanced export

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

CSV options:

CREATE TABLE series_scores (
   id         INTEGER PRIMARY KEY,
   series     INTEGER REFERENCES series(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT
);
Powered by Datasette · Queries took 33.236ms