video_category
8 rows where v_uid = "v_q46uh"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_q46uh,c_0951h | v_q46uh | Hi-Def c_0951h |
| v_q46uh,c_3s1t0 | v_q46uh | Big Tits c_3s1t0 |
| v_q46uh,c_cwz7e | v_q46uh | Minimal Mosaic c_cwz7e |
| v_q46uh,c_mpe9j | v_q46uh | Exclusive Distribution c_mpe9j |
| v_q46uh,c_t70ll | v_q46uh | Slender c_t70ll |
| v_q46uh,c_uagh4 | v_q46uh | Featured Actress c_uagh4 |
| v_q46uh,c_uhc9y | v_q46uh | Nymphomaniac c_uhc9y |
| v_q46uh,c_xg9bu | v_q46uh | Facial c_xg9bu |
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);