Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

1 row where attraction_id = 1

View and edit SQL

Link rowid ▼ attraction_id characteristic_id
1 The Mystery Spot 1 Paranormal 2

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE roadside_attraction_characteristics (
    attraction_id INTEGER REFERENCES roadside_attractions(pk),
    characteristic_id INTEGER REFERENCES attraction_characteristic(pk)
);