home / xpn_countdown

countdown_genres

5 rows where genre_id = 81

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
312,81 312 312 gothic rock 81
385,81 385 385 gothic rock 81
410,81 410 410 gothic rock 81
416,81 416 416 gothic rock 81
852,81 852 852 gothic rock 81

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