posts_gdocs_x_images
Data license: CC-BY
3 rows where imageId = 620
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
2803 | Life Expectancy 19AlSstYCtGglhNNt9mbKGAEf_oZcQTKNjYJ-5BlXSts | 620 620 |
5517 | Child and Infant Mortality 1h37-KpdZ3qAJ9xSA4OhbmGfmLr3Ydc_z9oHtDTszBuQ | 620 620 |
6382 | How does the risk of death change as we age – and how has this changed over time? 1fnqudOrHtKwVb4HZ8IG_np0gqRNkeqlFRKA_NPMesKA | 620 620 |
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");