video_category
8 rows where v_uid = "v_nrxl8"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_nrxl8,c_2aoww | v_nrxl8 | Sample Video c_2aoww |
| v_nrxl8,c_34t1g | v_nrxl8 | Outlet (store That Sells Seconds, Discontinued Lines, Etc.) c_34t1g |
| v_nrxl8,c_ihjo9 | v_nrxl8 | Orgy c_ihjo9 |
| v_nrxl8,c_km6ib | v_nrxl8 | Deep Throat c_km6ib |
| v_nrxl8,c_nouxx | v_nrxl8 | Creampie c_nouxx |
| v_nrxl8,c_s5lxs | v_nrxl8 | Married Woman c_s5lxs |
| v_nrxl8,c_uhc9y | v_nrxl8 | Nymphomaniac c_uhc9y |
| v_nrxl8,c_wrja8 | v_nrxl8 | M-jo c_wrja8 |
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);