home / xpn_countdown

countdown_genres

3 rows where rank = 565

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
565,74 565 565 garage rock 74
565,121 565 565 neo-psychedelic 121
565,141 565 565 psychedelic rock 141

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