video_category
8 rows where c_uid = "c_xrht4"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_2sx2e,c_xrht4 | v_2sx2e | College Girl c_xrht4 |
| v_8fedr,c_xrht4 | v_8fedr | College Girl c_xrht4 |
| v_g8rbj,c_xrht4 | v_g8rbj | College Girl c_xrht4 |
| v_gaohj,c_xrht4 | v_gaohj | College Girl c_xrht4 |
| v_o2u3u,c_xrht4 | v_o2u3u | College Girl c_xrht4 |
| v_po7gy,c_xrht4 | v_po7gy | College Girl c_xrht4 |
| v_uclrv,c_xrht4 | v_uclrv | College Girl c_xrht4 |
| v_z3o4g,c_xrht4 | v_z3o4g | College Girl c_xrht4 |
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);