video_category
8 rows where v_uid = "v_xtjbx"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_xtjbx,c_0951h | v_xtjbx | Hi-Def c_0951h |
| v_xtjbx,c_392vm | v_xtjbx | 4K c_392vm |
| v_xtjbx,c_3s1t0 | v_xtjbx | Big Tits c_3s1t0 |
| v_xtjbx,c_gyank | v_xtjbx | No Bra c_gyank |
| v_xtjbx,c_u9bsi | v_xtjbx | Gonzo c_u9bsi |
| v_xtjbx,c_uagh4 | v_xtjbx | Featured Actress c_uagh4 |
| v_xtjbx,c_xg9bu | v_xtjbx | Facial c_xg9bu |
| v_xtjbx,c_xz55o | v_xtjbx | Glasses c_xz55o |
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);