post_links
Data license: CC-BY
4 rows where postId = 48302 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
15058 | What is undernourishment and how is it measured? 48302 | http://ourworldindata.org/obesity | internal-link |
15059 | What is undernourishment and how is it measured? 48302 | https://www.fao.org/faostat/en/#data/FS | external-link |
15060 | What is undernourishment and how is it measured? 48302 | https://www.fao.org/3/cb4474en/cb4474en.pdf | external-link |
15061 | What is undernourishment and how is it measured? 48302 | https://ourworldindata.org/hunger-and-undernourishment | internal-prominent-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 );