hörspielBuchautor
2 rows where personID = 186
This data as json, CSV (advanced)
| Link | hörspielID | personID |
|---|---|---|
| 54,186 | 54 54 | Peter Lerangis 186 |
| 168,186 | 168 168 | Peter Lerangis 186 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "hörspielBuchautor"(
"hörspielID" INTEGER NOT NULL REFERENCES "hörspiel"("hörspielID") ON DELETE CASCADE ON UPDATE CASCADE,
"personID" INTEGER NOT NULL REFERENCES "person"("personID") ON DELETE CASCADE ON UPDATE CASCADE,
PRIMARY KEY("hörspielID", "personID")
);