TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 110

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
110 Musical words 110 Take it in turns to say a five-letter word whenever the music stops. You may not say a word that has previously been said. If you fail to say a word before the music starts again, you are eliminated, and the game continues with different length words.

Advanced export

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

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 5.014ms