home / xpn_countdown

countdown_genres

4 rows where rank = 481

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
481,87 481 481 hardcore 87
481,89 481 481 hardcore punk 89
481,142 481 481 punk 142
481,168 481 481 skate punk 168

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 4.798ms