video_category
6 rows where v_uid = "v_ls70l"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_ls70l,c_0951h | v_ls70l | Hi-Def c_0951h |
| v_ls70l,c_3s1t0 | v_ls70l | Big Tits c_3s1t0 |
| v_ls70l,c_67w3t | v_ls70l | Non-nude Erotica c_67w3t |
| v_ls70l,c_dbas9 | v_ls70l | Idol Video c_dbas9 |
| v_ls70l,c_fbz4x | v_ls70l | Idol & Celebrity c_fbz4x |
| v_ls70l,c_uagh4 | v_ls70l | Featured Actress c_uagh4 |
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);