charades_by_clue
Data license: Open Database License (ODbL) v1.0 · About: Datasheet
2 rows where clue_rowid = 123118
This data as json, CSV (advanced)
| Link | rowid ▼ | clue_rowid | charade | answer | 
|---|---|---|---|---|
| 45376 | 45376 | 123118 123118 | when | AS | 
| 45377 | 45377 | 123118 123118 | celebrated | SANG | 
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)
);