charts_x_entities
Data license: CC-BY
4 rows where entityId = 234181
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
5217,234181 | Fish stocks and fishing intensity by group 5217 | Sharks and rays 234181 |
5219,234181 | Health of fish stocks by fish group 5219 | Sharks and rays 234181 |
5223,234181 | Fishing intensity 5223 | Sharks and rays 234181 |
5225,234181 | Annual fish catch relative to mean catch 5225 | Sharks and rays 234181 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "charts_x_entities" ( "chartId" INTEGER NOT NULL , "entityId" INTEGER NOT NULL , PRIMARY KEY ("chartId", "entityId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("entityId") REFERENCES "entities" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "entityId" ON "charts_x_entities" ("entityId");