TdlM / taskmaster

Menu
  • Make shortlink

podcast

4 rows where guest = 26

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode guest topic rating
2 2 Nish Kumar 26 A documentary about a despot. 76 5
58 57 Nish Kumar 26 Dignity intact. 25 5
97 96 Nish Kumar 26 Mother honks her horn. 52 5
123 122 Nish Kumar 26 Five miles per day. 67 5

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 4.991ms