chart_dimensions
Data license: CC-BY
11 rows where chartId = 998
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
172657 | 0 | y | Real commodity price index, metals 998 | Iron ore 714481 | 2023-06-12 09:09:59 | |
172658 | 1 | y | Real commodity price index, metals 998 | Bauxite 714479 | 2023-06-12 09:09:59 | |
172659 | 2 | y | Real commodity price index, metals 998 | Tin 714474 | 2023-06-12 09:09:59 | |
172660 | 3 | y | Real commodity price index, metals 998 | Zinc 714476 | 2023-06-12 09:09:59 | |
172661 | 4 | y | Real commodity price index, metals 998 | Steel 714478 | 2023-06-12 09:09:59 | |
172662 | 5 | y | Real commodity price index, metals 998 | Manganese 714475 | 2023-06-12 09:09:59 | |
172663 | 6 | y | Real commodity price index, metals 998 | Aluminum 714470 | 2023-06-12 09:09:59 | |
172664 | 7 | y | Real commodity price index, metals 998 | Chromium 714469 | 2023-06-12 09:09:59 | |
172665 | 8 | y | Real commodity price index, metals 998 | Copper 714472 | 2023-06-12 09:09:59 | |
172666 | 9 | y | Real commodity price index, metals 998 | Lead 714473 | 2023-06-12 09:09:59 | |
172667 | 10 | y | Real commodity price index, metals 998 | Nickel 714477 | 2023-06-12 09:09:59 |
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");