albums_labels
4 rows where label_id = 1469
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 4366 | 4366 | 3811 3811 | Walt Disney 1469 |
| 16086 | 16086 | 14203 14203 | Walt Disney 1469 |
| 16532 | 16532 | 14600 14600 | Walt Disney 1469 |
| 20396 | 20396 | 18164 18164 | Walt Disney 1469 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE albums_labels ( album_id integer NOT NULL, label_id integer NOT NULL, FOREIGN KEY(album_id) REFERENCES albums(id), FOREIGN KEY(label_id) REFERENCES labels(id), UNIQUE(album_id,label_id) );