video_category
6 rows where v_uid = "v_4oo7p"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_4oo7p,c_0951h | v_4oo7p | Hi-Def c_0951h |
| v_4oo7p,c_3s1t0 | v_4oo7p | Big Tits c_3s1t0 |
| v_4oo7p,c_nouxx | v_4oo7p | Creampie c_nouxx |
| v_4oo7p,c_qnxxi | v_4oo7p | Mature Woman c_qnxxi |
| v_4oo7p,c_rudby | v_4oo7p | Stepfamily c_rudby |
| v_4oo7p,c_s5lxs | v_4oo7p | Married Woman c_s5lxs |
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);