video_category
7 rows where v_uid = "v_zup3h"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_zup3h,c_0951h | v_zup3h | Hi-Def c_0951h |
| v_zup3h,c_l1paj | v_zup3h | Office Lady c_l1paj |
| v_zup3h,c_nouxx | v_zup3h | Creampie c_nouxx |
| v_zup3h,c_s5lxs | v_zup3h | Married Woman c_s5lxs |
| v_zup3h,c_uagh4 | v_zup3h | Featured Actress c_uagh4 |
| v_zup3h,c_w1aps | v_zup3h | Club Hostess & Sex Worker c_w1aps |
| v_zup3h,c_yxjxu | v_zup3h | Series c_yxjxu |
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);