home / xpn_countdown

countdown_genres

5 rows where rank = 575

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
575,10 575 575 alternative metal 10
575,127 575 575 nu metal 127
575,148 575 575 rap metal 148
575,156 575 575 rock 156
575,164 575 575 shoegaze 164

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.268ms