video_category
8 rows where v_uid = "v_8bvhg"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_8bvhg,c_0951h | v_8bvhg | Hi-Def c_0951h |
| v_8bvhg,c_98rqh | v_8bvhg | Cowgirl c_98rqh |
| v_8bvhg,c_kk2dm | v_8bvhg | Over 4 Hours c_kk2dm |
| v_8bvhg,c_m0p14 | v_8bvhg | Sister c_m0p14 |
| v_8bvhg,c_mpe9j | v_8bvhg | Exclusive Distribution c_mpe9j |
| v_8bvhg,c_nouxx | v_8bvhg | Creampie c_nouxx |
| v_8bvhg,c_uhc9y | v_8bvhg | Nymphomaniac c_uhc9y |
| v_8bvhg,c_xz55o | v_8bvhg | Glasses c_xz55o |
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);