sources
Data license: CC-BY
1 row where datasetId = 3175 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 |
---|---|---|---|---|---|---|---|---|
16679 | Corak (2013); Chen, Förster and Llena-Nozal (2013) | { "link": "http://www.lisdatacenter.org/wps/liswps/597.pdf", "dataPublishedBy": "Wen-Hao Chen, Michael F\u00f6rster, and Ana Llena-Nozal. 2013. \u2018Globalisation, Technological Progress and Changes in Regulations and Institutions: Which Impact on the Rise of Earnings Inequality in OECD Countries?\u2019. Working Paper Series 597. LIS." } |
2019-01-07 11:37:02 | 2019-01-07 11:37:02 | Figure_19.11-2 3175 | http://www.lisdatacenter.org/wps/liswps/597.pdf | Wen-Hao Chen, Michael Förster, and Ana Llena-Nozal. 2013. ‘Globalisation, Technological Progress and Changes in Regulations and Institutions: Which Impact on the Rise of Earnings Inequality in OECD Countries?’. Working Paper Series 597. LIS. |
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");