video_category
7 rows where v_uid = "v_evhxj"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_evhxj,c_0951h | v_evhxj | Hi-Def c_0951h |
| v_evhxj,c_34i8d | v_evhxj | Cheating Wife c_34i8d |
| v_evhxj,c_epmzg | v_evhxj | BDSM c_epmzg |
| v_evhxj,c_mpe9j | v_evhxj | Exclusive Distribution c_mpe9j |
| v_evhxj,c_mta6q | v_evhxj | Bondage c_mta6q |
| v_evhxj,c_uagh4 | v_evhxj | Featured Actress c_uagh4 |
| v_evhxj,c_xi69m | v_evhxj | Young Wife c_xi69m |
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);