posts_gdocs_x_images
Data license: CC-BY
1 row where imageId = 299
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
828 | Why do some terrorist attacks receive more media attention than others? 1T_q6rSllqeGOp_LU8sw8zjhWDfggzhazAY9OI-01-Ig | 299 299 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_x_images" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "gdocId" VARCHAR(255) NOT NULL , "imageId" INTEGER NOT NULL, FOREIGN KEY("gdocId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("imageId") REFERENCES "images" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "gdocId" ON "posts_gdocs_x_images" ("gdocId"); CREATE INDEX "imageId" ON "posts_gdocs_x_images" ("imageId");