video_category
9 rows where v_uid = "v_s40pc"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_s40pc,c_0951h | v_s40pc | Hi-Def c_0951h |
| v_s40pc,c_392vm | v_s40pc | 4K c_392vm |
| v_s40pc,c_hiwod | v_s40pc | Orgasm c_hiwod |
| v_s40pc,c_ihjo9 | v_s40pc | Orgy c_ihjo9 |
| v_s40pc,c_mpe9j | v_s40pc | Exclusive Distribution c_mpe9j |
| v_s40pc,c_nouxx | v_s40pc | Creampie c_nouxx |
| v_s40pc,c_uagh4 | v_s40pc | Featured Actress c_uagh4 |
| v_s40pc,c_uhc9y | v_s40pc | Nymphomaniac c_uhc9y |
| v_s40pc,c_xd7wn | v_s40pc | 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);