video_category
7 rows where c_uid = "c_r89kb"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_0k5st,c_r89kb | v_0k5st | Substance Use c_r89kb |
| v_7sesx,c_r89kb | v_7sesx | Substance Use c_r89kb |
| v_96g7p,c_r89kb | v_96g7p | Substance Use c_r89kb |
| v_ejw32,c_r89kb | v_ejw32 | Substance Use c_r89kb |
| v_geiwx,c_r89kb | v_geiwx | Substance Use c_r89kb |
| v_l5qz9,c_r89kb | v_l5qz9 | Substance Use c_r89kb |
| v_oncws,c_r89kb | v_oncws | Substance Use c_r89kb |
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);