dataset_tags
Data license: CC-BY
7 rows where tagId = 1795
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
5367,1795 | Marine stocks by region and taxa (ramlegacy) 5367 | Fish & Overfishing 1795 | 2023-02-09 10:09:04 | |
5373,1795 | Environmental impacts of seafood (Gephart et al. 2021) 5373 | Fish & Overfishing 1795 | 2023-02-13 12:55:51 | |
5383,1795 | Trawling by region (Amoroso et al. 2018) 5383 | Fish & Overfishing 1795 | 2023-02-09 10:09:04 | |
5386,1795 | North Atlantic cod catch (Schijns et al. 2021) 5386 | Fish & Overfishing 1795 | 2023-02-09 10:09:04 | |
5387,1795 | Change in marine mammal populations (Duarte et al. 2020) 5387 | Fish & Overfishing 1795 | 2023-02-09 10:09:04 | |
5388,1795 | Marine protected areas (WDPA) 5388 | Fish & Overfishing 1795 | 2023-02-09 10:09:04 | |
5389,1795 | Fish catch in the UK (Thurstan et al. 2009) 5389 | Fish & Overfishing 1795 | 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");