video_category
8 rows where v_uid = "v_qpisv"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_qpisv,c_0951h | v_qpisv | Hi-Def c_0951h |
| v_qpisv,c_3s1t0 | v_qpisv | Big Tits c_3s1t0 |
| v_qpisv,c_j1pfm | v_qpisv | Titty Fuck c_j1pfm |
| v_qpisv,c_mpe9j | v_qpisv | Exclusive Distribution c_mpe9j |
| v_qpisv,c_nouxx | v_qpisv | Creampie c_nouxx |
| v_qpisv,c_qjwgm | v_qpisv | Adultery c_qjwgm |
| v_qpisv,c_s5lxs | v_qpisv | Married Woman c_s5lxs |
| v_qpisv,c_uagh4 | v_qpisv | 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);