video_category
8 rows where c_uid = "c_4otjx"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_0k5st,c_4otjx | v_0k5st | Voyeur c_4otjx |
| v_2l585,c_4otjx | v_2l585 | Voyeur c_4otjx |
| v_59hea,c_4otjx | v_59hea | Voyeur c_4otjx |
| v_5sxka,c_4otjx | v_5sxka | Voyeur c_4otjx |
| v_8fedr,c_4otjx | v_8fedr | Voyeur c_4otjx |
| v_9rb3h,c_4otjx | v_9rb3h | Voyeur c_4otjx |
| v_nuwdu,c_4otjx | v_nuwdu | Voyeur c_4otjx |
| v_zmjil,c_4otjx | v_zmjil | Voyeur c_4otjx |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE video_category ( v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE, c_uid TEXT NOT NULL REFERENCES categories(uid) ON DELETE CASCADE, PRIMARY KEY (v_uid, c_uid) ); CREATE INDEX idx_video_category_c ON video_category(c_uid);