dataset_tags
Data license: CC-BY
3 rows where datasetId = 4156
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
4156,134 | Firms with financial constraints - World Bank Enterprise Survey (2019) 4156 | Economic Growth 134 | 2023-02-09 10:09:04 | |
4156,152 | Firms with financial constraints - World Bank Enterprise Survey (2019) 4156 | Banks & Financial Institutions 152 | 2023-02-09 10:09:04 | |
4156,1600 | Firms with financial constraints - World Bank Enterprise Survey (2019) 4156 | Financial Inclusion 1600 | 2023-02-09 10:09:04 |
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");