post_charts
Data license: CC-BY
9 rows where postId = 28387 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
1852 | Vaccine coverage 28387 | Share of children vaccinated against measles vs. against diphtheria, tetanus, and pertussis 2002 | link | 0 |
1853 | Vaccine coverage 28387 | Share of one-year-olds vaccinated against diphtheria, pertussis, and tetanus 471 | link | 0 |
1854 | Vaccine coverage 28387 | Share of one-year-olds vaccinated against measles 299 | link | 0 |
1855 | Vaccine coverage 28387 | Reported cases of measles 97 | link | 0 |
1856 | Vaccine coverage 28387 | Number of one-year-olds 1849 | link | 0 |
1857 | Vaccine coverage 28387 | Measles vaccine coverage vs. measles cases worldwide 7613 | embed | 1 |
1858 | Vaccine coverage 28387 | Share of one-year-olds vaccinated against diphtheria, pertussis, and tetanus 471 | embed | 0 |
1859 | Vaccine coverage 28387 | Share of children fully vaccinated against measles 3887 | embed | 0 |
1860 | Vaccine coverage 28387 | Share of one-year-olds vaccinated against measles 299 | 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 );