post_links
Data license: CC-BY
5 rows where postId = 34363 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
11047 | CO2 emissions by fuel 34363 | https://github.com/owid/co2-data | external-link |
11048 | CO2 emissions by fuel 34363 | http://doi.org/10.1016/j.enpol.2011.09.049 | external-link |
11049 | CO2 emissions by fuel 34363 | http://doi.org/10.1016/j.rser.2011.02.014 | external-link |
11050 | CO2 emissions by fuel 34363 | http://www.worldbank.org/en/programs/gasflaringreduction | external-link |
11051 | CO2 emissions by fuel 34363 | ourworldindata.org/energy | external-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 );