video_category
5 rows where v_uid = "v_p8lc5"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_p8lc5,c_0951h | v_p8lc5 | Hi-Def c_0951h |
| v_p8lc5,c_3s1t0 | v_p8lc5 | Big Tits c_3s1t0 |
| v_p8lc5,c_a399n | v_p8lc5 | Slut c_a399n |
| v_p8lc5,c_kf3ks | v_p8lc5 | Pantyhose c_kf3ks |
| v_p8lc5,c_l1paj | v_p8lc5 | Office Lady c_l1paj |
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);