video_category
7 rows where v_uid = "v_2sx2e"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_2sx2e,c_0951h | v_2sx2e | Hi-Def c_0951h |
| v_2sx2e,c_34i8d | v_2sx2e | Cheating Wife c_34i8d |
| v_2sx2e,c_85yr2 | v_2sx2e | Blowjob c_85yr2 |
| v_2sx2e,c_98rqh | v_2sx2e | Cowgirl c_98rqh |
| v_2sx2e,c_9d4ta | v_2sx2e | Drinking Party/Mixer c_9d4ta |
| v_2sx2e,c_mpe9j | v_2sx2e | Exclusive Distribution c_mpe9j |
| v_2sx2e,c_xrht4 | v_2sx2e | College Girl c_xrht4 |
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);