posts_gdocs_x_images
Data license: CC-BY
5 rows where imageId = 24
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
754 | How we choose which topics to work on, and which metrics to provide 1KKAs2S3PBqQLeDtaC-QrSGT0IzewyNF7DyGToEIIb1M | 24 24 |
3994 | How we’re building a team for better data at Our World in Data 1kATKSdu4pkfBb4EiM5wDFCfndfJYdSGcIP9LZv1r7Vo | 24 24 |
6313 | Statement regarding the British Medical Journal article of 3 June 2024 1XeAfcU2WGiVrYi2BorcmTzQdbR6urVa2onGO53HezXM | 24 24 |
6407 | 12 key metrics to understand the state of the world 1fgRjX2SecvwWsuIAGuT_kU4AEwtOlkgOIcJvDq4jaHE | 24 24 |
6443 | The world is awful. The world is much better. The world can be much better. 14Ldxb-r3ibr2hX7GrxsnKXJAbpCkZiznwlFRK7CFE8E | 24 24 |
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");