home / gym

exercise_aliases

2 rows where exercise_id = 49

✎ View and edit SQL

This data as json, CSV (advanced)

alias ▼ exercise_id
Cable Row (V-handle) V-handle Cable Row 49
Cable V Row V-handle Cable Row 49

Advanced export

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

CSV options:

CREATE TABLE exercise_aliases (
    alias TEXT PRIMARY KEY,
    exercise_id INTEGER NOT NULL REFERENCES exercises(id)
);
Powered by Datasette · Queries took 28.761ms