posts_gdocs_x_images
Data license: CC-BY
4 rows where gdocId = "1swoRvLSiP8Hk_hqyXTszMSe3WwV2DKbdKF65JX1eSn8"
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
1427 | Global deforestation peaked in the 1980s. Can we bring it to an end? 1swoRvLSiP8Hk_hqyXTszMSe3WwV2DKbdKF65JX1eSn8 | 450 450 |
1428 | Global deforestation peaked in the 1980s. Can we bring it to an end? 1swoRvLSiP8Hk_hqyXTszMSe3WwV2DKbdKF65JX1eSn8 | 449 449 |
1429 | Global deforestation peaked in the 1980s. Can we bring it to an end? 1swoRvLSiP8Hk_hqyXTszMSe3WwV2DKbdKF65JX1eSn8 | 448 448 |
1430 | Global deforestation peaked in the 1980s. Can we bring it to an end? 1swoRvLSiP8Hk_hqyXTszMSe3WwV2DKbdKF65JX1eSn8 | 512 512 |
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");