charts_x_entities
Data license: CC-BY
8 rows where chartId = 7064
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
7064,70 | Animal lives lost per kilogram of product 7064 | Turkey 70 |
7064,34801 | Animal lives lost per kilogram of product 7064 | Eggs 34801 |
7064,34806 | Animal lives lost per kilogram of product 7064 | Pork 34806 |
7064,34841 | Animal lives lost per kilogram of product 7064 | Beef 34841 |
7064,51345 | Animal lives lost per kilogram of product 7064 | Fish 51345 |
7064,166599 | Animal lives lost per kilogram of product 7064 | Chicken 166599 |
7064,367334 | Animal lives lost per kilogram of product 7064 | Shrimp 367334 |
7064,367336 | Animal lives lost per kilogram of product 7064 | Crab 367336 |
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");