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