albums_labels
4 rows where label_id = 651
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 1326 | 1326 | 1140 1140 | Wewantsounds 651 |
| 3920 | 3920 | 3425 3425 | Wewantsounds 651 |
| 5928 | 5928 | 5168 5168 | Wewantsounds 651 |
| 30303 | 30303 | 27306 27306 | Wewantsounds 651 |
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) );