posts_gdocs_x_images
Data license: CC-BY
5 rows where imageId = 225
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
2808 | Life Expectancy 19AlSstYCtGglhNNt9mbKGAEf_oZcQTKNjYJ-5BlXSts | 225 225 |
3248 | Pandemics 1BiDjrPb1f51E2t2mmtrIBA8LJHKkuecvSUm-b5ffxP8 | 225 225 |
5011 | Causes of Death 1srs-VlnCNd1lMZBiuzNRUBsT41wWnGWddFRMiZ0jNaE | 225 225 |
5045 | The Spanish flu: The global impact of the largest influenza pandemic in history 1qQqo2roAI9agAMPd0wcgY3haOKflkKYunyERiYRKGpw | 225 225 |
5913 | Influenza 16tVxsM1-wzwm_wpno-Y-M_IEInOCPJuWZqHfMLywNJc | 225 225 |
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");