posts_gdocs_x_images
Data license: CC-BY
13 rows where gdocId = "1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI"
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
5194 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 1288 1288 |
5195 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 704 704 |
5196 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 708 708 |
5197 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 1502 1502 |
5198 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 701 701 |
5199 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 709 709 |
5200 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 705 705 |
5201 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 700 700 |
5202 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 698 698 |
5203 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 699 699 |
5204 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 707 707 |
5205 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 702 702 |
5206 | Fish and Overfishing 1fAJ9fwKAPLDbxkuL-kyqxMi6Ql6h54ZeDWDEY25mGsI | 706 706 |
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");