post_links
Data license: CC-BY
2 rows where postId = 32975 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
9509 | COVID Case fatality rate 32975 | https://ourworldindata.org/grapher/covid-19-total-confirmed-cases-vs-total-confirmed-deaths | internal-prominent-link |
9510 | COVID Case fatality rate 32975 | https://ourworldindata.org/grapher/cumulative-deaths-and-cases-covid-19 | 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 );