video_category
9 rows where v_uid = "v_dv6re"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_dv6re,c_0951h | v_dv6re | Hi-Def c_0951h |
| v_dv6re,c_14t2x | v_dv6re | Digital Mosaic c_14t2x |
| v_dv6re,c_34i8d | v_dv6re | Cheating Wife c_34i8d |
| v_dv6re,c_85yr2 | v_dv6re | Blowjob c_85yr2 |
| v_dv6re,c_a399n | v_dv6re | Slut c_a399n |
| v_dv6re,c_ddrgh | v_dv6re | Kiss Kiss c_ddrgh |
| v_dv6re,c_mpe9j | v_dv6re | Exclusive Distribution c_mpe9j |
| v_dv6re,c_nouxx | v_dv6re | Creampie c_nouxx |
| v_dv6re,c_uagh4 | v_dv6re | 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);