home / xpn_countdown

countdown_genres

5 rows where rank = 672

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
672,39 672 672 classic country 39
672,45 672 672 country 45
672,92 672 672 honky tonk 92
672,129 672 672 outlaw country 129
672,191 672 672 traditional country 191

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