home / gym

exercise_aliases

2 rows where exercise_id = 2

✎ View and edit SQL

This data as json, CSV (advanced)

alias ▼ exercise_id
Bent Over Barbell Row Barbell Row 2
Bent Over Row Barbell Row 2

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