video_category
7 rows where v_uid = "v_eqjeb"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_eqjeb,c_0951h | v_eqjeb | Hi-Def c_0951h |
| v_eqjeb,c_98rqh | v_eqjeb | Cowgirl c_98rqh |
| v_eqjeb,c_mpe9j | v_eqjeb | Exclusive Distribution c_mpe9j |
| v_eqjeb,c_nouxx | v_eqjeb | Creampie c_nouxx |
| v_eqjeb,c_qjwgm | v_eqjeb | Adultery c_qjwgm |
| v_eqjeb,c_s5lxs | v_eqjeb | Married Woman c_s5lxs |
| v_eqjeb,c_uhc9y | v_eqjeb | 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);