post_links
Data license: CC-BY
7 rows where postId = 5734 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: link
id | postId ▲ | link | kind |
---|---|---|---|
1600 | Internet 5734 | https://ourworldindata.org/internet-history-just-begun | internal-link |
1601 | Internet 5734 | https://ourworldindata.org/grapher/personal-remittances-oda | internal-link |
1602 | Internet 5734 | http://ourworldindata.org/global-education | internal-link |
1603 | Internet 5734 | https://ourworldindata.org/social-connections-and-loneliness | internal-link |
1604 | Internet 5734 | https://ourworldindata.org/land-use | internal-link |
1605 | Internet 5734 | https://ourworldindata.org/space-exploration-satellites | internal-link |
1606 | Internet 5734 | https://ourworldindata.org/social-connections-and-loneliness | internal-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 );