video_category
7 rows where v_uid = "v_qoivk"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_qoivk,c_0951h | v_qoivk | Hi-Def c_0951h |
| v_qoivk,c_2usm9 | v_qoivk | Threesome / Foursome c_2usm9 |
| v_qoivk,c_dddyt | v_qoivk | Youthful c_dddyt |
| v_qoivk,c_md9s7 | v_qoivk | Embarrassment c_md9s7 |
| v_qoivk,c_nouxx | v_qoivk | Creampie c_nouxx |
| v_qoivk,c_s8q54 | v_qoivk | Academy Uniform c_s8q54 |
| v_qoivk,c_uagh4 | v_qoivk | Featured Actress c_uagh4 |
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);