home / xpn_countdown

countdown_genres

5 rows where rank = 322

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
322,7 322 322 alt country 7
322,12 322 322 americana 12
322,63 322 322 folk 63
322,129 322 322 outlaw country 129
322,165 322 322 singer-songwriter 165

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