sources
Data license: CC-BY
1 row where datasetId = 3242 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
16746 | Grilli et al. (1991) | { "link": "http://www.people.fas.harvard.edu/~iversen/PDFfiles/Grillietal1991.pdf", "dataPublishedBy": "Vittorio Grilli, Donato Masciandaro, Guido Tabellini, Edmond Malinvaud, and Marco Pagano. 1991. \u2018Political and Monetary Institutions and Public Financial Policies in the Industrial Countries\u2019. Economic Policy 6 (13): pp. 341\u2013392." } |
2019-03-01 12:50:21 | 2019-03-01 12:50:21 | Figure 15.20_CentralBank 3242 | http://www.people.fas.harvard.edu/~iversen/PDFfiles/Grillietal1991.pdf | Vittorio Grilli, Donato Masciandaro, Guido Tabellini, Edmond Malinvaud, and Marco Pagano. 1991. ‘Political and Monetary Institutions and Public Financial Policies in the Industrial Countries’. Economic Policy 6 (13): pp. 341–392. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");