post_charts
Data license: CC-BY
5 rows where postId = 48857 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3267 | What is obesity and how is it measured? 48857 | Share of adults who are overweight or obese 2624 | link | 0 |
3268 | What is obesity and how is it measured? 48857 | Deaths by risk factor 1588 | link | 0 |
3269 | What is obesity and how is it measured? 48857 | Obesity in adults 2625 | embed | 0 |
3270 | What is obesity and how is it measured? 48857 | Share of children and adolescents who are overweight or obese 5560 | embed | 0 |
3271 | What is obesity and how is it measured? 48857 | Share of children who are overweight or obese 2737 | embed | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_charts ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartId` integer NOT NULL, `kind` TEXT NOT NULL, `through_redirect` integer NOT NULL, CONSTRAINT `FK_post_charts_chartId` FOREIGN KEY (`chartId`) REFERENCES `charts` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );