video_category
14 rows where c_uid = "c_sv6kf"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_4ywak,c_sv6kf | v_4ywak | Masturbation c_sv6kf |
| v_6feds,c_sv6kf | v_6feds | Masturbation c_sv6kf |
| v_6m07e,c_sv6kf | v_6m07e | Masturbation c_sv6kf |
| v_b539f,c_sv6kf | v_b539f | Masturbation c_sv6kf |
| v_cvnhf,c_sv6kf | v_cvnhf | Masturbation c_sv6kf |
| v_d1mjs,c_sv6kf | v_d1mjs | Masturbation c_sv6kf |
| v_e6n5s,c_sv6kf | v_e6n5s | Masturbation c_sv6kf |
| v_egcan,c_sv6kf | v_egcan | Masturbation c_sv6kf |
| v_iisde,c_sv6kf | v_iisde | Masturbation c_sv6kf |
| v_mtnry,c_sv6kf | v_mtnry | Masturbation c_sv6kf |
| v_o7pbb,c_sv6kf | v_o7pbb | Masturbation c_sv6kf |
| v_pau28,c_sv6kf | v_pau28 | Masturbation c_sv6kf |
| v_smho9,c_sv6kf | v_smho9 | Masturbation c_sv6kf |
| v_uyg7h,c_sv6kf | v_uyg7h | Masturbation c_sv6kf |
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);