video_category
6 rows where v_uid = "v_pevlp"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_pevlp,c_0951h | v_pevlp | Hi-Def c_0951h |
| v_pevlp,c_3s1t0 | v_pevlp | Big Tits c_3s1t0 |
| v_pevlp,c_lyig0 | v_pevlp | MILF c_lyig0 |
| v_pevlp,c_rudby | v_pevlp | Stepfamily c_rudby |
| v_pevlp,c_uagh4 | v_pevlp | Featured Actress c_uagh4 |
| v_pevlp,c_x9jyw | v_pevlp | Drama c_x9jyw |
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);