charades_by_clue
Data license: Open Database License (ODbL) v1.0 · About: Datasheet
2 rows where clue_rowid = 614665
This data as json, CSV (advanced)
| Link | rowid ▼ | clue_rowid | charade | answer |
|---|---|---|---|---|
| 117083 | 117083 | 614665 614665 | six balls | OVER |
| 117084 | 117084 | 614665 614665 | writer | PEN |
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)
);