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