home / db

spricht

5 rows where personID = 174

✎ View and edit SQL

This data as json, CSV (advanced)

Link sprechrolleID personID pseudonymID position
649,174 649 649 Leonhard Mahlich 174   1
2034,174 2034 2034 Leonhard Mahlich 174   1
2280,174 2280 2280 Leonhard Mahlich 174   1
2335,174 2335 2335 Leonhard Mahlich 174   1
3658,174 3658 3658 Leonhard Mahlich 174   1

Advanced export

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

CSV options:

CREATE TABLE "spricht"(
  "sprechrolleID" INTEGER NOT NULL REFERENCES "sprechrolle"("sprechrolleID") ON DELETE CASCADE ON UPDATE CASCADE,
  "personID" INTEGER NOT NULL REFERENCES "person"("personID") ON DELETE CASCADE ON UPDATE CASCADE,
  "pseudonymID" INTEGER REFERENCES "pseudonym"("pseudonymID") ON DELETE SET NULL ON UPDATE CASCADE,
  "position" INTEGER NOT NULL CHECK("position" > 0),
  PRIMARY KEY("sprechrolleID", "personID"),
  UNIQUE("sprechrolleID", "position")
);
Powered by Datasette · Queries took 11.883ms