home / xpn_countdown

countdown_genres

5 rows where rank = 287

✎ View and edit SQL

This data as json, CSV (advanced)

Link rank genre_id
287,29 287 287 c-pop 29
287,31 287 287 cantopop 31
287,35 287 287 chinese r&b 35
287,111 287 287 mandopop 111
287,188 287 287 taiwanese pop 188

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 6.645ms