video_category
7 rows where v_uid = "v_43esd"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_43esd,c_0951h | v_43esd | Hi-Def c_0951h |
| v_43esd,c_14t2x | v_43esd | Digital Mosaic c_14t2x |
| v_43esd,c_ee209 | v_43esd | 69 c_ee209 |
| v_43esd,c_mpe9j | v_43esd | Exclusive Distribution c_mpe9j |
| v_43esd,c_to30o | v_43esd | Ass Lover c_to30o |
| v_43esd,c_uagh4 | v_43esd | Featured Actress c_uagh4 |
| v_43esd,c_xd7wn | v_43esd | Squirting c_xd7wn |
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);