video_category
7 rows where v_uid = "v_vbvut"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_vbvut,c_0951h | v_vbvut | Hi-Def c_0951h |
| v_vbvut,c_85yr2 | v_vbvut | Blowjob c_85yr2 |
| v_vbvut,c_98rqh | v_vbvut | Cowgirl c_98rqh |
| v_vbvut,c_mpe9j | v_vbvut | Exclusive Distribution c_mpe9j |
| v_vbvut,c_nouxx | v_vbvut | Creampie c_nouxx |
| v_vbvut,c_s5lxs | v_vbvut | Married Woman c_s5lxs |
| v_vbvut,c_xi69m | v_vbvut | 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);