video_category
23 rows where c_uid = "c_x9jyw"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_1uavh,c_x9jyw | v_1uavh | Drama c_x9jyw |
| v_1ymay,c_x9jyw | v_1ymay | Drama c_x9jyw |
| v_4xqhf,c_x9jyw | v_4xqhf | Drama c_x9jyw |
| v_68nn1,c_x9jyw | v_68nn1 | Drama c_x9jyw |
| v_6we8j,c_x9jyw | v_6we8j | Drama c_x9jyw |
| v_880jb,c_x9jyw | v_880jb | Drama c_x9jyw |
| v_9or1z,c_x9jyw | v_9or1z | Drama c_x9jyw |
| v_bm2i5,c_x9jyw | v_bm2i5 | Drama c_x9jyw |
| v_ctmr7,c_x9jyw | v_ctmr7 | Drama c_x9jyw |
| v_e0ftr,c_x9jyw | v_e0ftr | Drama c_x9jyw |
| v_g0ddx,c_x9jyw | v_g0ddx | Drama c_x9jyw |
| v_ha3wr,c_x9jyw | v_ha3wr | Drama c_x9jyw |
| v_hsgab,c_x9jyw | v_hsgab | Drama c_x9jyw |
| v_jo776,c_x9jyw | v_jo776 | Drama c_x9jyw |
| v_k4vj9,c_x9jyw | v_k4vj9 | Drama c_x9jyw |
| v_mzcn4,c_x9jyw | v_mzcn4 | Drama c_x9jyw |
| v_o1h9i,c_x9jyw | v_o1h9i | Drama c_x9jyw |
| v_pevlp,c_x9jyw | v_pevlp | Drama c_x9jyw |
| v_q2sxj,c_x9jyw | v_q2sxj | Drama c_x9jyw |
| v_qz1lf,c_x9jyw | v_qz1lf | Drama c_x9jyw |
| v_tvp8a,c_x9jyw | v_tvp8a | Drama c_x9jyw |
| v_xoutl,c_x9jyw | v_xoutl | Drama c_x9jyw |
| v_zxzun,c_x9jyw | v_zxzun | 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);