home / xpn_countdown

genres

1 row where name = "acoustic pop"

✎ View and edit SQL

This data as json, CSV (advanced)

name 1

  • acoustic pop · 1 ✖
id ▼ name
3 acoustic pop

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