video_category
9 rows where v_uid = "v_ob8wg"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_ob8wg,c_0951h | v_ob8wg | Hi-Def c_0951h |
| v_ob8wg,c_392vm | v_ob8wg | 4K c_392vm |
| v_ob8wg,c_3s1t0 | v_ob8wg | Big Tits c_3s1t0 |
| v_ob8wg,c_mpe9j | v_ob8wg | Exclusive Distribution c_mpe9j |
| v_ob8wg,c_nouxx | v_ob8wg | Creampie c_nouxx |
| v_ob8wg,c_qnxxi | v_ob8wg | Mature Woman c_qnxxi |
| v_ob8wg,c_rudby | v_ob8wg | Stepfamily c_rudby |
| v_ob8wg,c_s5lxs | v_ob8wg | Married Woman c_s5lxs |
| v_ob8wg,c_uagh4 | v_ob8wg | Featured Actress c_uagh4 |
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);