video_category
6 rows where v_uid = "v_pzu3c"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_pzu3c,c_0951h | v_pzu3c | Hi-Def c_0951h |
| v_pzu3c,c_i74is | v_pzu3c | Cunnilingus c_i74is |
| v_pzu3c,c_nqdq4 | v_pzu3c | Fingering c_nqdq4 |
| v_pzu3c,c_rqhrf | v_pzu3c | Lesbian c_rqhrf |
| v_pzu3c,c_uhc9y | v_pzu3c | Nymphomaniac c_uhc9y |
| v_pzu3c,c_xd7wn | v_pzu3c | Squirting c_xd7wn |
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);