video_category
9 rows where v_uid = "v_788cx"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_788cx,c_0951h | v_788cx | Hi-Def c_0951h |
| v_788cx,c_34i8d | v_788cx | Cheating Wife c_34i8d |
| v_788cx,c_392vm | v_788cx | 4K c_392vm |
| v_788cx,c_3s1t0 | v_788cx | Big Tits c_3s1t0 |
| v_788cx,c_mpe9j | v_788cx | Exclusive Distribution c_mpe9j |
| v_788cx,c_nouxx | v_788cx | Creampie c_nouxx |
| v_788cx,c_qnxxi | v_788cx | Mature Woman c_qnxxi |
| v_788cx,c_s5lxs | v_788cx | Married Woman c_s5lxs |
| v_788cx,c_uagh4 | v_788cx | 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);