home / gym

exercise_aliases

1 row where exercise_id = 38

✎ View and edit SQL

This data as json, CSV (advanced)

alias ▼ exercise_id
Lever Row Nautilus Lever Row 38

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