home / xpn_countdown

countdown_genres

4 rows where rank = 446

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
446,41 446 446 classic soul 41
446,117 446 446 motown 117
446,175 446 446 soul 175
446,176 446 446 soul blues 176

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