video_category
8 rows where v_uid = "v_xefae"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_xefae,c_0951h | v_xefae | Hi-Def c_0951h |
| v_xefae,c_34i8d | v_xefae | Cheating Wife c_34i8d |
| v_xefae,c_3s1t0 | v_xefae | Big Tits c_3s1t0 |
| v_xefae,c_mpe9j | v_xefae | Exclusive Distribution c_mpe9j |
| v_xefae,c_nouxx | v_xefae | Creampie c_nouxx |
| v_xefae,c_s5lxs | v_xefae | Married Woman c_s5lxs |
| v_xefae,c_uagh4 | v_xefae | Featured Actress c_uagh4 |
| v_xefae,c_xg9bu | v_xefae | Facial c_xg9bu |
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);