chart_tags
Data license: CC-BY
7 rows where tagId = 12
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date), updatedAt (date)
Link | chartId | tagId | keyChartLevel | createdAt | updatedAt | isApproved |
---|---|---|---|---|---|---|
45,12 | Inequality of life years 45 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
622,12 | Health expenditure per capita 622 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
667,12 | Healthcare coverage by level of healthcare spending 667 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
2734,12 | International health regulations capacities 2734 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
3314,12 | Inequality in life expectancy 3314 | Health Inequality 12 | 2 | 2023-10-02 16:56:02 | 1 | |
3322,12 | Inequality in life expectancy vs. health expenditure per capita 3322 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
5238,12 | The Universal Health Coverage (UHC) Service Coverage Index 5238 | Health Inequality 12 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_tags" ( "chartId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "keyChartLevel" TINYINT NOT NULL DEFAULT '0' , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "isApproved" TINYINT NOT NULL DEFAULT '0' , PRIMARY KEY ("chartId", "tagId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "FK_chart_tags_tagId" ON "chart_tags" ("tagId");