video_category
8 rows where v_uid = "v_fjnay"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_fjnay,c_0951h | v_fjnay | Hi-Def c_0951h |
| v_fjnay,c_392vm | v_fjnay | 4K c_392vm |
| v_fjnay,c_md9s7 | v_fjnay | Embarrassment c_md9s7 |
| v_fjnay,c_mpe9j | v_fjnay | Exclusive Distribution c_mpe9j |
| v_fjnay,c_tj8mh | v_fjnay | Anal Play c_tj8mh |
| v_fjnay,c_u2610 | v_fjnay | Enema c_u2610 |
| v_fjnay,c_uagh4 | v_fjnay | Featured Actress c_uagh4 |
| v_fjnay,c_uhc9y | v_fjnay | Nymphomaniac c_uhc9y |
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);