video_category
8 rows where v_uid = "v_t77lo"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_t77lo,c_0951h | v_t77lo | Hi-Def c_0951h |
| v_t77lo,c_g1r8g | v_t77lo | Beautiful Girl c_g1r8g |
| v_t77lo,c_i74is | v_t77lo | Cunnilingus c_i74is |
| v_t77lo,c_t70ll | v_t77lo | Slender c_t70ll |
| v_t77lo,c_uagh4 | v_t77lo | Featured Actress c_uagh4 |
| v_t77lo,c_uswe2 | v_t77lo | Shame c_uswe2 |
| v_t77lo,c_uylsl | v_t77lo | Couple c_uylsl |
| v_t77lo,c_zjovt | v_t77lo | Genital Close-Up c_zjovt |
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);