video_category
9 rows where v_uid = "v_o1h9i"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_o1h9i,c_0951h | v_o1h9i | Hi-Def c_0951h |
| v_o1h9i,c_392vm | v_o1h9i | 4K c_392vm |
| v_o1h9i,c_3s1t0 | v_o1h9i | Big Tits c_3s1t0 |
| v_o1h9i,c_alu47 | v_o1h9i | Stepmom c_alu47 |
| v_o1h9i,c_mpe9j | v_o1h9i | Exclusive Distribution c_mpe9j |
| v_o1h9i,c_qnxxi | v_o1h9i | Mature Woman c_qnxxi |
| v_o1h9i,c_uagh4 | v_o1h9i | Featured Actress c_uagh4 |
| v_o1h9i,c_uhc9y | v_o1h9i | Nymphomaniac c_uhc9y |
| v_o1h9i,c_x9jyw | v_o1h9i | Drama c_x9jyw |
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);