post_links
Data license: CC-BY
4 rows where postId = 16236 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
3431 | World map region definitions 16236 | https://ourworldindata.org/grapher/continents-according-to-our-world-in-data?overlay=data | internal-link |
3432 | World map region definitions 16236 | https://data.worldbank.org/country | external-link |
3433 | World map region definitions 16236 | http://www.who.int/about/regions/en | external-link |
3434 | World map region definitions 16236 | https://unstats.un.org/sdgs/indicators/regional-groups/ | external-link |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );