video_category
9 rows where v_uid = "v_v4vjd"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_v4vjd,c_0951h | v_v4vjd | Hi-Def c_0951h |
| v_v4vjd,c_14t2x | v_v4vjd | Digital Mosaic c_14t2x |
| v_v4vjd,c_3s1t0 | v_v4vjd | Big Tits c_3s1t0 |
| v_v4vjd,c_78hie | v_v4vjd | Tall Girl c_78hie |
| v_v4vjd,c_ffda8 | v_v4vjd | Handjob c_ffda8 |
| v_v4vjd,c_gnmto | v_v4vjd | Uniform c_gnmto |
| v_v4vjd,c_jvx86 | v_v4vjd | Massage Parlor c_jvx86 |
| v_v4vjd,c_mpe9j | v_v4vjd | Exclusive Distribution c_mpe9j |
| v_v4vjd,c_uagh4 | v_v4vjd | 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);