home / xpn_countdown

genres

1 row where name = "alternative hip hop"

✎ View and edit SQL

This data as json, CSV (advanced)

name 1

  • alternative hip hop · 1 ✖
id ▼ name
9 alternative hip hop

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE genres (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            name TEXT UNIQUE NOT NULL
        );
CREATE INDEX idx_genre_name ON genres(name);
Powered by Datasette · Queries took 2.869ms