home / xpn_countdown

countdown_genres

4 rows where rank = 546

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
546,99 546 546 industrial 99
546,100 546 546 industrial metal 100
546,101 546 546 industrial rock 101
546,127 546 546 nu metal 127

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