video_category
8 rows where v_uid = "v_9b7vf"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_9b7vf,c_0951h | v_9b7vf | Hi-Def c_0951h |
| v_9b7vf,c_3wtcv | v_9b7vf | Various Worker c_3wtcv |
| v_9b7vf,c_85yr2 | v_9b7vf | Blowjob c_85yr2 |
| v_9b7vf,c_98rqh | v_9b7vf | Cowgirl c_98rqh |
| v_9b7vf,c_gnmto | v_9b7vf | Uniform c_gnmto |
| v_9b7vf,c_kk2dm | v_9b7vf | Over 4 Hours c_kk2dm |
| v_9b7vf,c_mpe9j | v_9b7vf | Exclusive Distribution c_mpe9j |
| v_9b7vf,c_v04xb | v_9b7vf | Older Sister c_v04xb |
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);