video_category
8 rows where v_uid = "v_jtxrc"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_jtxrc,c_0951h | v_jtxrc | Hi-Def c_0951h |
| v_jtxrc,c_14t2x | v_jtxrc | Digital Mosaic c_14t2x |
| v_jtxrc,c_mpe9j | v_jtxrc | Exclusive Distribution c_mpe9j |
| v_jtxrc,c_tj8mh | v_jtxrc | Anal Play c_tj8mh |
| v_jtxrc,c_u2610 | v_jtxrc | Enema c_u2610 |
| v_jtxrc,c_uagh4 | v_jtxrc | Featured Actress c_uagh4 |
| v_jtxrc,c_uswe2 | v_jtxrc | Shame c_uswe2 |
| v_jtxrc,c_xi69m | v_jtxrc | Young Wife c_xi69m |
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);