roadside_attraction_characteristics
Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
3 rows where characteristic_id = 2
This data as json, testall, testnone, testresponse, CSV (advanced)
| Link | rowid ▼ | attraction_id | characteristic_id | 
|---|---|---|---|
| 1 | 1 | The Mystery Spot 1 | Paranormal 2 | 
| 2 | 2 | Winchester Mystery House 2 | Paranormal 2 | 
| 3 | 3 | Bigfoot Discovery Museum 4 | Paranormal 2 | 
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE roadside_attraction_characteristics (
    attraction_id INTEGER REFERENCES roadside_attractions(pk),
    characteristic_id INTEGER REFERENCES attraction_characteristic(pk)
);