charts_x_entities
Data license: CC-BY
8 rows where chartId = 4764
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
4764,86068 | The decline of global whale biomass 4764 | Blue whale 86068 |
4764,86069 | The decline of global whale biomass 4764 | Fin whale 86069 |
4764,86071 | The decline of global whale biomass 4764 | Sei/Bryde's whale 86071 |
4764,86072 | The decline of global whale biomass 4764 | Minke whale 86072 |
4764,86073 | The decline of global whale biomass 4764 | Gray whale 86073 |
4764,86074 | The decline of global whale biomass 4764 | Right whale 86074 |
4764,86075 | The decline of global whale biomass 4764 | Bowhead whale 86075 |
4764,352496 | The decline of global whale biomass 4764 | Humpback whale 352496 |
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");