TdlM / taskmaster

Menu
  • Make shortlink

podcast

3 rows where guest = 82

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
78 77 Sophie Duker 82 Birdy hand finger. 108 3
86 85 Sophie Duker 82 The House Queens. 116 5
137 136 Sophie Duker 82 A cuddle. 71 3

Advanced export

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

CSV options:

CREATE TABLE podcast (
   id      INTEGER PRIMARY KEY,
   episode INTEGER,
   guest   INTEGER REFERENCES people(id),
   topic   INTEGER REFERENCES episodes(id),
   rating  REAL
);
Powered by Datasette · Queries took 7.597ms