chart_dimensions
Data license: CC-BY
7 rows where chartId = 1029
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
242761 | 0 | y | Seafood and fish production 1029 | Cephalopods | 00002766 || Production | 005511 || tonnes 849060 | 2024-03-26 13:38:36 | |
242762 | 1 | y | Seafood and fish production 1029 | Molluscs, Other | 00002767 || Production | 005511 || tonnes 850365 | 2024-03-26 13:38:36 | |
242763 | 2 | y | Seafood and fish production 1029 | Crustaceans | 00002765 || Production | 005511 || tonnes 849443 | 2024-03-26 13:38:36 | |
242764 | 3 | y | Seafood and fish production 1029 | Marine Fish, Other | 00002764 || Production | 005511 || tonnes 849991 | 2024-03-26 13:38:36 | |
242765 | 4 | y | Seafood and fish production 1029 | Demersal Fish | 00002762 || Production | 005511 || tonnes 849500 | 2024-03-26 13:38:36 | |
242766 | 5 | y | Seafood and fish production 1029 | Pelagic Fish | 00002763 || Production | 005511 || tonnes 850849 | 2024-03-26 13:38:36 | |
242767 | 6 | y | Seafood and fish production 1029 | Freshwater Fish | 00002761 || Production | 005511 || tonnes 849635 | 2024-03-26 13:38:36 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_dimensions" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "order" INTEGER NOT NULL , "property" VARCHAR(255) NOT NULL , "chartId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL, FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "chart_dimensions_chartId_78d6a092_fk_charts_id" ON "chart_dimensions" ("chartId"); CREATE INDEX "chart_dimensions_variableId_9ba778e6_fk_variables_id" ON "chart_dimensions" ("variableId");