attraction_characteristic

2 rows sorted by pk

View and edit SQL

pk ▼ name
1 Museum
2 Paranormal

Advanced export

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

CSV options:

CREATE TABLE attraction_characteristic (
    pk integer primary key,
    name text
);
Powered by Datasette · Query took 5.483ms