home / prelib

Menu
  • Search all tables

prelib_editionprix

Éditions ayant reçu des prix

Data license: Licence Ouverte version 2.0

1 row where edition_id = 2178

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ edition_id prix_id annee
24 La Basse-Bretagne 2178 Broquette-Gonin 24 1940

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "prelib_editionprix" (
"id" INTEGER,
  "edition_id" INTEGER,
  "prix_id" INTEGER,
  "annee" INTEGER
  ,PRIMARY KEY ([id]),
   FOREIGN KEY(edition_id) REFERENCES prelib_edition(id),
   FOREIGN KEY(prix_id) REFERENCES prelib_prix(id)
);
Powered by Datasette · Queries took 21.645ms · Data license: Licence Ouverte version 2.0