charades_by_clue
Data license: Open Database License (ODbL) v1.0 · About: Datasheet
3 rows where clue_rowid = 592809
This data as json, CSV (advanced)
| Link | rowid ▼ | clue_rowid | charade | answer |
|---|---|---|---|---|
| 110920 | 110920 | 592809 592809 | spray | MIST |
| 110921 | 110921 | 592809 592809 | side away from the wind | LEE |
| 110922 | 110922 | 592809 592809 | in the direction of | TO |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "charades_by_clue" (
clue_rowid INT,
charade TEXT DEFAULT '',
answer TEXT DEFAULT '',
FOREIGN KEY (clue_rowid) REFERENCES clues (rowid)
);