TdlM / taskmaster

Menu
  • Make shortlink

tasks_by_objective

21 rows where objective = 4

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task objective
6 Throw a teabag into a mug 13 meters ▲ 4
7 Get an egg as high as possible 16 meters ▲ 4
40 Propel a pea along a red carpet 68 meters ▲ 4
64 Make the highest splash 113 meters ▲ 4
66 Slide as far as possible 119 meters ▲ 4
81 Strike an item the farthest 143 meters ▲ 4
86 Make a coconut-flinging machine 152 meters ▲ 4
102 Transport a coconut as far as possible 190 meters ▲ 4
135 Blow out a candle from a distance 262 meters ▲ 4
149 Make the best toilet paper plane 287 meters ▲ 4
169 Travel the furthest while making a continuous noise 333 meters ▲ 4
178 Score a goal from the greatest distance 356 meters ▲ 4
205 Throw something into a pedal bin 416 meters ▲ 4
220 Drop a water balloon as far as possible without it bursting 450 meters ▲ 4
251 Get the sheet of loo roll as far away as possible 508 meters ▲ 4
286 Land the iron on the ironing board 568 meters ▲ 4
328 Make the longest cup snake 644 meters ▲ 4
347 Luggage trolley bowling 682 meters ▲ 4
369 Build a bridge over the red green for this potato 723 meters ▲ 4
390 Fill the glass up to the line 762 meters ▲ 4
417 Place your cardboard replica within the boundary 802 meters ▲ 4

Advanced export

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

CSV options:

CREATE TABLE tasks_by_objective (
   id        INTEGER PRIMARY KEY,
   task      INTEGER REFERENCES tasks(id),
   objective INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 4.39ms