video_category
6 rows where v_uid = "v_i4c4x"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_i4c4x,c_0951h | v_i4c4x | Hi-Def c_0951h |
| v_i4c4x,c_2gf7c | v_i4c4x | Leotards c_2gf7c |
| v_i4c4x,c_3s1t0 | v_i4c4x | Big Tits c_3s1t0 |
| v_i4c4x,c_a399n | v_i4c4x | Slut c_a399n |
| v_i4c4x,c_at9fl | v_i4c4x | Compilation c_at9fl |
| v_i4c4x,c_to30o | v_i4c4x | Ass Lover c_to30o |
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);