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