video_category
18 rows where c_uid = "c_km6ib"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_dhgg6,c_km6ib | v_dhgg6 | Deep Throat c_km6ib |
| v_es9zb,c_km6ib | v_es9zb | Deep Throat c_km6ib |
| v_ew742,c_km6ib | v_ew742 | Deep Throat c_km6ib |
| v_f0so8,c_km6ib | v_f0so8 | Deep Throat c_km6ib |
| v_i2ruh,c_km6ib | v_i2ruh | Deep Throat c_km6ib |
| v_ixw89,c_km6ib | v_ixw89 | Deep Throat c_km6ib |
| v_mv3n1,c_km6ib | v_mv3n1 | Deep Throat c_km6ib |
| v_n5t3m,c_km6ib | v_n5t3m | Deep Throat c_km6ib |
| v_naxo3,c_km6ib | v_naxo3 | Deep Throat c_km6ib |
| v_ng9rg,c_km6ib | v_ng9rg | Deep Throat c_km6ib |
| v_ni150,c_km6ib | v_ni150 | Deep Throat c_km6ib |
| v_nrxl8,c_km6ib | v_nrxl8 | Deep Throat c_km6ib |
| v_scdpe,c_km6ib | v_scdpe | Deep Throat c_km6ib |
| v_soy1d,c_km6ib | v_soy1d | Deep Throat c_km6ib |
| v_u5rl2,c_km6ib | v_u5rl2 | Deep Throat c_km6ib |
| v_ufhyt,c_km6ib | v_ufhyt | Deep Throat c_km6ib |
| v_xz7se,c_km6ib | v_xz7se | Deep Throat c_km6ib |
| v_yzr8i,c_km6ib | v_yzr8i | Deep Throat c_km6ib |
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);