home / xpn_countdown

countdown_genres

6 rows where rank = 520

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
520,89 520 520 hardcore punk 89
520,124 520 520 noise rock 124
520,136 520 520 post-hardcore 136
520,137 520 520 post-punk 137
520,140 520 520 proto-punk 140
520,142 520 520 punk 142

Advanced export

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

CSV options:

CREATE TABLE countdown_genres (
            rank INTEGER,
            genre_id INTEGER,
            FOREIGN KEY (rank) REFERENCES countdown(rank),
            FOREIGN KEY (genre_id) REFERENCES genres(id),
            PRIMARY KEY (rank, genre_id)
        );
CREATE INDEX idx_countdown_genres_genre ON countdown_genres(genre_id);
Powered by Datasette · Queries took 3.794ms