video_category
8 rows where v_uid = "v_ww6r1"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_ww6r1,c_0951h | v_ww6r1 | Hi-Def c_0951h |
| v_ww6r1,c_hiwod | v_ww6r1 | Orgasm c_hiwod |
| v_ww6r1,c_mpe9j | v_ww6r1 | Exclusive Distribution c_mpe9j |
| v_ww6r1,c_nouxx | v_ww6r1 | Creampie c_nouxx |
| v_ww6r1,c_s8q54 | v_ww6r1 | Academy Uniform c_s8q54 |
| v_ww6r1,c_t70ll | v_ww6r1 | Slender c_t70ll |
| v_ww6r1,c_uagh4 | v_ww6r1 | Featured Actress c_uagh4 |
| v_ww6r1,c_xg9bu | v_ww6r1 | Facial c_xg9bu |
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);