dataset_tags
Data license: CC-BY
6 rows where tagId = 35
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
2511,35 | Mental health services across incomes - Wang et al. (2007) 2511 | Mental Health 35 | 2023-02-09 10:09:04 | |
2676,35 | Mental and substance use disorder disaggregated - IHME 2676 | Mental Health 35 | 2023-02-09 10:09:04 | |
2763,35 | Mental health as risk factor for substance use - Swendsen et al. (2010) 2763 | Mental Health 35 | 2023-02-09 10:09:04 | |
2765,35 | Depression prevalence by education - OECD 2765 | Mental Health 35 | 2023-02-09 10:09:04 | |
5300,35 | Antidepressant consumption per capita (OECD, 2021) 5300 | Mental Health 35 | 2023-05-01 22:47:41 | |
5346,35 | Symptoms of depression (Tomitaka et al. 2018) 5346 | Mental Health 35 | 2023-05-01 22:47:34 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "dataset_tags" ( "datasetId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , PRIMARY KEY ("datasetId", "tagId"), FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE CASCADE ); CREATE INDEX "FK_2e330c9e1074b457d1d238b2dac" ON "dataset_tags" ("tagId");