home / xpn_countdown

countdown_genres

6 rows where rank = 742

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
742,23 742 742 blues 23
742,105 742 742 jazz 105
742,106 742 742 jazz blues 106
742,175 742 742 soul 175
742,177 742 742 soul jazz 177
742,197 742 742 vocal jazz 197

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