video_category
8 rows where v_uid = "v_sowua"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_sowua,c_0951h | v_sowua | Hi-Def c_0951h |
| v_sowua,c_3s1t0 | v_sowua | Big Tits c_3s1t0 |
| v_sowua,c_epmzg | v_sowua | BDSM c_epmzg |
| v_sowua,c_mpe9j | v_sowua | Exclusive Distribution c_mpe9j |
| v_sowua,c_mta6q | v_sowua | Bondage c_mta6q |
| v_sowua,c_u2610 | v_sowua | Enema c_u2610 |
| v_sowua,c_uagh4 | v_sowua | Featured Actress c_uagh4 |
| v_sowua,c_uhc9y | v_sowua | Nymphomaniac c_uhc9y |
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);